Skip to content

Commit

Permalink
Make travis use OracleJDK7 instead of OpenJDK7
Browse files Browse the repository at this point in the history
Travis indicate that their distribution of the OracleJDK is more up-to-date than OpenJDK. https://docs.travis-ci.com/user/ci-environment/#JDK

> OracleJDK 7 is the default because we have a much more recent patch level compared to OpenJDK 7 from the Ubuntu repositories. Sun/Oracle JDK 6 is not provided because it reached End of Life in fall 2012.
  • Loading branch information
bric3 authored and mockitoguy committed Aug 19, 2016
1 parent 838abd9 commit 61a9bff
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 @@ -30,7 +30,7 @@ jdk:

matrix:
include:
- jdk: openjdk7
- jdk: oraclejdk7
env: SKIP_RELEASE=true
- jdk: oraclejdk8
env: SKIP_RELEASE=true
Expand Down

0 comments on commit 61a9bff

Please sign in to comment.