Skip to content

Commit

Permalink
Merge pull request kongchen#823 from sturman/travisci_openjdk8
Browse files Browse the repository at this point in the history
Use OpenJDK 8 instead Oracle JDK 8 in Travis CI config
  • Loading branch information
kongchen authored Jun 11, 2020
2 parents e3a348b + fcca730 commit e4cf3af
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,7 +1,7 @@
language: java

jdk:
- oraclejdk8
- openjdk8
- openjdk11

before_install:
Expand Down

0 comments on commit e4cf3af

Please sign in to comment.