Skip to content

Commit a0c03f2

Browse files
author
Josh Deffibaugh
committed
Tweaks travis to not ship tag pushes
1 parent daaaff4 commit a0c03f2

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" ]; then ./gradlew ship; fi
26+
- if [ [ [ "$TRAVIS_BRANCH" == "beta" ] || [ "$TRAVIS_BRANCH" == "master" ] ] && [! "$TRAVIS_TAG"] ]; then ./gradlew ship; fi

0 commit comments

Comments
 (0)