Skip to content

Commit c535b1e

Browse files
author
Josh Deffibaugh
committed
Use -z instead of exclaimation point
1 parent a0c03f2 commit c535b1e

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" ] ] && [! "$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)