Skip to content

Commit

Permalink
fix name of publish env variable (#440)
Browse files Browse the repository at this point in the history
It was `BINTRAY_PUBLISH` in the travis config but the
script is checking `GRADLE_PUBLISH`.
  • Loading branch information
brharrington committed Jan 17, 2018
1 parent 41def00 commit 176b7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,9 @@ language: java
matrix:
include:
- jdk: oraclejdk8
env: BINTRAY_PUBLISH=true
env: GRADLE_PUBLISH=true
- jdk: oraclejdk9
env: BINTRAY_PUBLISH=false
env: GRADLE_PUBLISH=false
sudo: false
install: ./installViaTravis.sh
script: ./buildViaTravis.sh
Expand Down

0 comments on commit 176b7fd

Please sign in to comment.