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 1114ed0 commit 83b8042Copy full SHA for 83b8042
.travis.yml
@@ -25,4 +25,5 @@ before_script:
25
- adb shell input keyevent 82 &
26
script:
27
- ./gradlew testAllModules
28
- - if [[ ( "$TRAVIS_BRANCH" == "beta" || "$TRAVIS_BRANCH" == "master" ) && ( -n "$TRAVIS_TAG") ]]; then ./gradlew ship; fi
+ - if [[ -n $TRAVIS_TAG ]]; then ./gradlew ship; fi
29
+
0 commit comments