Skip to content

Commit 079be9c

Browse files
committed
Exclude Scala 3 from Scala Native builds
1 parent 049df3b commit 079be9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ env:
1717
- SCALAJS_VERSION= ADOPTOPENJDK=11
1818
- SCALAJS_VERSION= ADOPTOPENJDK=15
1919

20+
jobs:
21+
exclude:
22+
- scala: 3.0.0-M2
23+
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
24+
- scala: 3.0.0-M3
25+
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
26+
2027
install:
2128
- git fetch --tags # get all tags for sbt-dynver
2229

0 commit comments

Comments
 (0)