Skip to content

Commit

Permalink
"oraclejdk7" -> "openjdk7"
Browse files Browse the repository at this point in the history
Oracle JDK 7 is no longer supported on Travis's default build environment, so switch to OpenJDK instead.
  • Loading branch information
jh3141 committed Nov 25, 2017
1 parent f1cb85c commit adb49fc
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
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk7
- openjdk7

before_install:
- cat ~/.m2/settings.xml
Expand Down

0 comments on commit adb49fc

Please sign in to comment.