Skip to content

Commit

Permalink
Build against Java 8, Java 9 and Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
manandbytes committed Mar 14, 2019
1 parent a67bb1c commit 04faf83
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ cache:

jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- oraclejdk9
- oraclejdk11

matrix:
allow_failures:
- jdk: oraclejdk9
- jdk: oraclejdk11

before_install:
- wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
Expand Down

0 comments on commit 04faf83

Please sign in to comment.