Skip to content

Commit

Permalink
* update .travis.yml to support TAG build
Browse files Browse the repository at this point in the history
  • Loading branch information
oembedler committed Apr 2, 2016
1 parent b7131fb commit b43c5b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: java
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
- chmod +x gradlew
script:
- ./gradlew assemble -DTRAVIS_TAG=$TRAVIS_TAG
- ./gradlew check -DTRAVIS_TAG=$TRAVIS_TAG
after_success:
- ./gradlew bintrayUpload -x check --info

0 comments on commit b43c5b1

Please sign in to comment.