Skip to content

Commit 6be9682

Browse files
author
Josh Deffibaugh
committed
Adds conditional for pushing builds on master and beta branch
1 parent 668637f commit 6be9682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ before_script:
2222
- adb shell input keyevent 82 &
2323
script:
2424
- ./gradlew testAllModules
25+
- if [ "$TRAVIS_BRANCH" == "beta" ] || [ "$TRAVIS_BRANCH" == "master" ]; ./gradlew ship; fi

0 commit comments

Comments
 (0)