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 a0c03f2 commit c535b1eCopy full SHA for c535b1e
.travis.yml
@@ -23,4 +23,4 @@ before_script:
23
- adb shell input keyevent 82 &
24
script:
25
- ./gradlew testAllModules
26
- - if [ [ [ "$TRAVIS_BRANCH" == "beta" ] || [ "$TRAVIS_BRANCH" == "master" ] ] && [! "$TRAVIS_TAG"] ]; then ./gradlew ship; fi
+ - if [ [ [ "$TRAVIS_BRANCH" == "beta" ] || [ "$TRAVIS_BRANCH" == "master" ] ] && [ -z "$TRAVIS_TAG"] ]; then ./gradlew ship; fi
0 commit comments