travis: upload artifacts only on linux/jdk8

This commit is contained in:
Kirill Vainer 2016-11-24 15:26:29 -05:00
parent 35b9eed76f
commit 06757f73b4

@ -31,7 +31,7 @@ script:
- ./gradlew check
after_success:
- '[ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && ./gradlew bintrayUpload || :'
- '[ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ -n "$UPLOAD_ALL" ] && ./gradlew bintrayUpload || :'
notifications:
slack: