Skip to content

Commit

Permalink
Use OpenJDK 11 for Travis CI (#1607)
Browse files Browse the repository at this point in the history
Fixes #1606 (?)
  • Loading branch information
Marcono1234 authored and inder123 committed Nov 5, 2019
1 parent 521fab2 commit 4109aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: java

jdk:
- oraclejdk9
- openjdk11

install: mvn -f gson install -DskipTests=true
script: mvn -f gson test
Expand Down

0 comments on commit 4109aaa

Please sign in to comment.