travis: add openjdk11

Fix build for Java 11
This commit is contained in:
Adam
2019-03-15 21:20:11 -04:00
parent b7546bb30a
commit b98b7aebb9
3 changed files with 13 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ cache:
- $HOME/.m2
jdk:
- oraclejdk8
- openjdk11
install: true
script: ./travis/build.sh
notifications: