Skip to content

Commit 5e7d88b

Browse files
eolivellinkalmar
authored andcommitted
Move Travis to openjdk11, oraclejdk11 does not work anymore
Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: Norbert Kalmar <nkalmar@apache.org> Closes #1005 from eolivelli/fix/travis-openjdk11
1 parent fdd6d9b commit 5e7d88b

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
@@ -2,7 +2,7 @@ language: java
22
sudo: false
33
jdk:
44
- openjdk8
5-
- oraclejdk11
5+
- openjdk11
66

77
cache:
88
directories:

0 commit comments

Comments
 (0)