Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 1179b7d

Browse files
committed
Travis makes us work harder now to actually get OpenJDK 6
as per: travis-ci/travis-ci#8199 (comment)
1 parent 6c79e8c commit 1179b7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ before_install:
1515
- sudo mv /tmp/hosts /etc/hosts
1616
script:
1717
- admin/build.sh
18+
19+
addons:
20+
apt:
21+
packages:
22+
- openjdk-6-jdk
23+
1824
jdk:
1925
- openjdk6
2026
- oraclejdk8

0 commit comments

Comments
 (0)