Skip to content

Commit

Permalink
Switch from openjdk10 to oraclejdk11 (#69)
Browse files Browse the repository at this point in the history
Travis has removed OpenJDK10 as it reached end of life Oct 2018
  • Loading branch information
rhowe authored and olamy committed Sep 30, 2019
1 parent b5aa5a3 commit 524e402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
jdk:
- oraclejdk8
- oraclejdk9
- openjdk10
- oraclejdk11
dist: trusty
install:
- "mvn -N io.takari:maven:0.6.1:wrapper -Dmaven=${MAVEN_VERSION}"
Expand Down

0 comments on commit 524e402

Please sign in to comment.