Skip to content

Commit 83b8042

Browse files
author
Josh Deffibaugh
committed
Modfies travis script
1 parent 1114ed0 commit 83b8042

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ before_script:
2525
- adb shell input keyevent 82 &
2626
script:
2727
- ./gradlew testAllModules
28-
- if [[ ( "$TRAVIS_BRANCH" == "beta" || "$TRAVIS_BRANCH" == "master" ) && ( -n "$TRAVIS_TAG") ]]; then ./gradlew ship; fi
28+
- if [[ -n $TRAVIS_TAG ]]; then ./gradlew ship; fi
29+

0 commit comments

Comments
 (0)