bump travis to jdk14

This commit is contained in:
Vaci Koblizek 2020-11-09 19:36:52 +00:00
parent cefd8eaaa2
commit ce8ecc5349

View file

@ -24,8 +24,8 @@ install:
- cd ../
jdk:
- oraclejdk8
- openjdk8
- oraclejdk14
- openjdk14
script:
- make CC=gcc-7 CXX=g++-7
- mvn compile