Skip to content

Commit 8193cfe

Browse files
author
Nemo Oudeis
committed
ci: only publish to bintray when building from master, not on PRs
1 parent f8df8a8 commit 8193cfe

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
@@ -89,4 +89,5 @@ install:
8989

9090
script:
9191
- cp local.properties.ci local.properties
92-
- "./gradlew assembleRelease bintrayUpload"
92+
- ./gradlew check
93+
- if [ TRAVIS_BRANCH == "master" ]; then ./gradlew assembleRelease bintrayUpload; fi

0 commit comments

Comments
 (0)