Skip to content

Commit

Permalink
Use fix in travis-ci issue 7253 to make java 9 available
Browse files Browse the repository at this point in the history
  • Loading branch information
theMattCode committed Jun 2, 2017
1 parent 482c830 commit d5badfa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: java

dist: trusty
jdk:
- oraclejdk7
- oraclejdk8
- oraclejdk9
- openjdk7
- openjdk7
addons:
apt:
packages:
- oracle-java9-installer

0 comments on commit d5badfa

Please sign in to comment.