Skip to content

Commit f88e740

Browse files
authored
Testing pushing snapshots via ci (#29)
* Adds conditional for pushing builds on master and beta branch * Adds test file (#28)
1 parent 8890120 commit f88e740

File tree

2 files changed

+1
-0
lines changed

2 files 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

NEWFILE

Whitespace-only changes.

0 commit comments

Comments
 (0)