Skip to content

Commit

Permalink
Travis: use openjdk8 instead of oraclejdk7
Browse files Browse the repository at this point in the history
Looks like oraclejdk7 is not supported anymore:
travis-ci/travis-ci#7884
  • Loading branch information
bkueng committed Oct 26, 2017
1 parent f4dc99a commit 83bf400
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 @@ language: java

jdk:
- openjdk7
- oraclejdk7
- openjdk8
- oraclejdk8

before_script:
Expand Down

0 comments on commit 83bf400

Please sign in to comment.