Skip to content

Commit 01cd9ca

Browse files
committed
Change CI JDK version to openjdk
1 parent ae7afbf commit 01cd9ca

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
@@ -5,7 +5,7 @@ sudo: false # route your build to the container-based infrastructure for a faste
55
language: java
66
install: true
77
jdk:
8-
- oraclejdk8
8+
- openjdk8
99

1010
env:
1111
global:

0 commit comments

Comments
 (0)