Skip to content

Commit f0847fc

Browse files
authored
Merge pull request #119 from SethTisue/travis-openjdk6-fix
Travis makes us work harder now to actually get OpenJDK 6
2 parents 051660b + e0ac076 commit f0847fc

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
@@ -9,6 +9,11 @@ cache:
99

1010
language: scala
1111

12+
addons:
13+
apt:
14+
packages:
15+
- openjdk-6-jdk
16+
1217
jdk:
1318
- openjdk6
1419
- oraclejdk8

0 commit comments

Comments
 (0)