travis: upload artifacts only on linux/jdk8

cleanup_build_scripts
Kirill Vainer 8 years ago
parent 35b9eed76f
commit 06757f73b4
  1. 2
      .travis.yml

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

Loading…
Cancel
Save