We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e2590 commit 3ca8f8eCopy full SHA for 3ca8f8e
.travis.yml
@@ -22,5 +22,7 @@ before_script:
22
- android-wait-for-emulator
23
- adb shell input keyevent 82 &
24
script:
25
+ - echo $TRAVIS_BRANCH
26
+ - echo $TRAVIS_TAG
27
- ./gradlew testAllModules
28
- if [[ ( "$TRAVIS_BRANCH" == "beta" || "$TRAVIS_BRANCH" == "master" ) && ( -n "$TRAVIS_TAG") ]]; then ./gradlew ship; fi
0 commit comments