Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90ea0dd

Browse files
committedOct 19, 2017
Travis makes us work harder now to actually get OpenJDK 6
as per: travis-ci/travis-ci#8199 (comment)
1 parent 21aa25a commit 90ea0dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ env:
2828

2929
script: admin/build.sh
3030

31+
addons:
32+
apt:
33+
packages:
34+
- openjdk-6-jdk
35+
3136
jdk:
3237
- openjdk6
3338
- oraclejdk8

0 commit comments

Comments
 (0)
Please sign in to comment.