Skip to content

Commit

Permalink
Replaced oracle JDK 7 with openJDK 7 to fix broken build. (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
inder123 committed Oct 31, 2017
1 parent 28344d8 commit 6c05ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: java

jdk:
- oraclejdk7
- openjdk7
- oraclejdk8

install: mvn -f gson install -DskipTests=true
Expand Down

0 comments on commit 6c05ced

Please sign in to comment.