Skip to content

Commit 7882f3e

Browse files
author
Josh Deffibaugh
committed
Merge branch 'beta'
2 parents b69b85a + 4a20474 commit 7882f3e

File tree

59 files changed

+898
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+898
-224
lines changed

.idea/copyright/Optimizely.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/copyright/profiles_settings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dictionaries/jdeffibaugh.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ android:
55
- platform-tools
66
- build-tools-24.0.3
77
- android-24
8+
- doc-24
89
- extra-android-m2repository
910
- sys-img-armeabi-v7a-android-24
1011
jdk:
@@ -22,4 +23,4 @@ before_script:
2223
- adb shell input keyevent 82 &
2324
script:
2425
- ./gradlew testAllModules
25-
- if [ "$TRAVIS_BRANCH" == "beta" ] || [ "$TRAVIS_BRANCH" == "master" ]; then ./gradlew ship; fi
26+
- if [[ ( "$TRAVIS_BRANCH" == "beta" || "$TRAVIS_BRANCH" == "master" ) && ( -z "$TRAVIS_TAG") ]]; then ./gradlew ship; fi

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
We welcome contributions and feedback! All contributors must sign our [Contributor License Agreement (CLA)](https://docs.google.com/a/optimizely.com/forms/d/e/1FAIpQLSf9cbouWptIpMgukAKZZOIAhafvjFCV8hS00XJLWQnWDFtwtA/viewform) to be eligible to contribute.
66

7-
Simply create a branch off of `master`. When the work on the branch is complete make a pull request.
7+
Simply create a branch off of `master`. When the work on the branch is complete make a pull request. Pull requests should be squashed and merged into `devel`.
8+
9+
All branches will be built and run against the entire test suite on Travis with every commit.
10+
11+
The `test-app` module is built against a real Optimizely project. Changing the project ID will cause tests to fail. The test app should be used as a reference.

0 commit comments

Comments
 (0)