Skip to content

Commit 708733c

Browse files
authored
Fix Travis build for OpenJDK 7
Travis updated their default Linux distribution to Xenial. That brakes the OpenJDK 7 build. Explicitly set the distribution to Trusty to fix the build until better solution is found.
1 parent 744f988 commit 708733c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jdk:
66
- openjdk10
77
- openjdk11
88

9+
dist: trusty
10+
911
# No need for preliminary install step.
1012
install: true
1113
#

0 commit comments

Comments
 (0)