Skip to content

Commit 6d818e4

Browse files
committed
Specify 'trusty' on dist explicitly
Fixes gh-61
1 parent 13c0c16 commit 6d818e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: java
22

3+
# workaround build error using oraclejdk8 on xenial
4+
dist: trusty
5+
36
jdk:
47
- openjdk11
58
- oraclejdk8

0 commit comments

Comments
 (0)