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