travis: upload artifacts only on linux/jdk8

native-compilation-test
Kirill Vainer 8 years ago
parent 0f7c12385a
commit 36e9a0d1c6
  1. 2
      .travis.yml

@ -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:

Loading…
Cancel
Save