Skip to content

Commit b1c28e4

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ env:
1010
- secure: "Cj4PsumsWL37Pl7V5ZPJw+/xH9esHblG5nN9Op91XcCfG006xHsz2w1iNOqFqCF8wAhgObuA2CmAH3ZuI1jZGGSo2HMt9+f5Z6tpifFzsTHZJtdNIVOpS3/NGhvgtg3UnT5WQQtnVi6zlkKl1xCpAIDNhOJ9dXoL54auAqvxpko="
1111
script:
1212
- admin/build.sh
13+
addons:
14+
apt:
15+
packages:
16+
- openjdk-6-jdk
1317
jdk:
1418
- openjdk6
1519
- oraclejdk8
1620
notifications:
1721
email:
18-
- jason.zaugg@typesafe.com
19-
- philipp.haller@typesafe.com
22+
- jason.zaugg@lightbend.com

0 commit comments

Comments
 (0)