Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2590a9d

Browse files
authoredJul 25, 2019
Use Open JDK 8 for testing instead of Oracle
The scripts that Travis CI uses are currently broken for OracleJdk9
1 parent 2d57bc0 commit 2590a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: java
22

33
jdk:
4-
- oraclejdk8
4+
- openjdk8
55
- openjdk11
66

77
addons:

0 commit comments

Comments
 (0)
Please sign in to comment.