travis: upload artifacts only on linux/jdk8

This commit is contained in:
Kirill Vainer 2016-11-24 15:26:29 -05:00
parent 0f7c12385a
commit 36e9a0d1c6

View File

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