Skip to content

Commit 973fb6a

Browse files
authored
Merge pull request #145 from Sciss/work
reduce travis to 3.0.0-M2 at JDK 8 which we want to release
2 parents e03008b + 4b3110e commit 973fb6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ import: scala/scala-dev:travis/default.yml
55
language: scala
66

77
scala:
8-
- 2.11.12
9-
- 2.12.11
10-
- 2.13.3
8+
# - 2.11.12
9+
# - 2.12.11
10+
# - 2.13.3
1111
- 3.0.0-M2
1212

1313
env:
1414
- ADOPTOPENJDK=8
15-
- ADOPTOPENJDK=11
15+
# - ADOPTOPENJDK=11
1616

1717
install:
1818
- git fetch --tags # get all tags for sbt-dynver

0 commit comments

Comments
 (0)