Skip to content

Commit 6913fb9

Browse files
author
Josh Deffibaugh
committed
More travis tweaks
1 parent c535b1e commit 6913fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ before_script:
2323
- adb shell input keyevent 82 &
2424
script:
2525
- ./gradlew testAllModules
26-
- if [ [ [ "$TRAVIS_BRANCH" == "beta" ] || [ "$TRAVIS_BRANCH" == "master" ] ] && [ -z "$TRAVIS_TAG"] ]; then ./gradlew ship; fi
26+
- if [[ ( "$TRAVIS_BRANCH" == "beta" || "$TRAVIS_BRANCH" == "master" ) && ( -z "$TRAVIS_TAG") ]]; then ./gradlew ship; fi

0 commit comments

Comments
 (0)