travis: upload artifacts only on linux/jdk8
This commit is contained in:
parent
0f7c12385a
commit
36e9a0d1c6
@ -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…
x
Reference in New Issue
Block a user