Skip to content

Commit 7f3db24

Browse files
committed
add JDK 17 to CI matrix
1 parent 7e92797 commit 7f3db24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: ~> 1.0 # needed for imports
2-
3-
import: scala/scala-dev:travis/default.yml
2+
import: SethTisue/scala-dev:travis/default.yml
43

54
language: scala
65

@@ -15,6 +14,7 @@ env:
1514
- ADOPTOPENJDK=8 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
1615
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.6.0 CACHE_WORKAROUND=see-PR-335
1716
- ADOPTOPENJDK=11 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
17+
- ADOPTOPENJDK=17 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
1818

1919
matrix:
2020
include:

0 commit comments

Comments
 (0)