Skip to content

Commit

Permalink
Remove openjdk6 from the .travis.yml config and switch to the openjdk7
Browse files Browse the repository at this point in the history
as Oracle EOL'd their 7 JVM.
This fixes #186. Thanks @stiga-huang.

Signed-off-by: Chris Larsen <[email protected]>
  • Loading branch information
manolama committed Jan 31, 2018
1 parent 73df099 commit 224e4da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ before_script:
- make pom.xml
script: export MAVEN_OPTS="-Xmx1024m" && mvn test --quiet
jdk:
- oraclejdk7
- openjdk6
- openjdk7
- oraclejdk8
notifications:
email: false
Expand Down

0 comments on commit 224e4da

Please sign in to comment.