Skip to content

Commit

Permalink
add build for jdk12 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Apr 10, 2019
1 parent 12ffcf8 commit 07dcf57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ matrix:
env: GRADLE_PUBLISH=true
- jdk: openjdk11
env: GRADLE_PUBLISH=false
- jdk: openjdk12
env: GRADLE_PUBLISH=false
sudo: false
install: ./installViaTravis.sh
script: ./buildViaTravis.sh
Expand Down

0 comments on commit 07dcf57

Please sign in to comment.