Skip to content

Commit 59c1ed1

Browse files
committed
Use Xenial, OpenJDK 8 for Travis builds
- OracleJDK 8 doesn't seem to work on Xenial, and it's not necessary anyway - Fixes the strange compile error for JDK 11 on Precise
1 parent e0490c7 commit 59c1ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: java
22
jdk:
3-
- oraclejdk8
3+
- openjdk8
44
- openjdk11
55
sudo: true
6-
dist: precise
6+
dist: xenial
77
install: /bin/true
88
notifications:
99
email:

0 commit comments

Comments
 (0)