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

Commit 3108103

Browse files
committed
Do not test scala 2.12.x against jdk6
1 parent f3697e4 commit 3108103

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
@@ -16,6 +16,11 @@ scala:
1616
jdk:
1717
- openjdk6
1818
- oraclejdk8
19+
matrix:
20+
exclude:
21+
scala:
22+
- 2.12.0-M4
23+
jdk: openjdk6
1924
notifications:
2025
email:
2126
- adriaan.moors@typesafe.com

0 commit comments

Comments
 (0)