Sfoglia il codice sorgente

travis: upload artifacts only on linux/jdk8

Kirill Vainer 8 anni fa
parent
commit
06757f73b4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis.yml

+ 1 - 1
.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: