Skip to content

Commit 1da64f9

Browse files
committed
finish dropping Scala.js 0.6.x support
1 parent aac1149 commit 1da64f9

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,11 @@ scala:
1212

1313
env:
1414
- SCALAJS_VERSION= ADOPTOPENJDK=8
15-
- SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
1615
- SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=8
1716
- SCALAJS_VERSION= ADOPTOPENJDK=11
18-
- SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=11
1917
- SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=11
2018

2119
matrix:
22-
exclude:
23-
# Scala.js 0.6.x is not supported with Scala 3
24-
- scala: 3.0.0-M1
25-
env: SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
26-
27-
- scala: 3.0.0-M1
28-
env: SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=11
2920

3021
include:
3122

compat/src/test/scala/test/scala/collection/LazyListLazinessTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ class LazyListLazinessTest {
825825
}
826826

827827
@Test
828-
@Ignore // TODO: enable after we drop Scala.js 0.6.x support
829828
def `#::_properlyLazy`(): Unit = {
830829
// genericCons_properlyLazy(_ #:: _)
831830
genericCons_properlyLazy((hd, tl) => tl.#::(hd))

0 commit comments

Comments
 (0)