Skip to content

Commit 5c0d946

Browse files
committed
Stop testing the 0.6.x branch of Scala.js.
It has been discontinued. We keep the infrastructure for testing various branches, as it might still be useful in the future.
1 parent c17be7d commit 5c0d946

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ env:
1414
- SCALA_BRANCH=2.11.x SCALAJS_BRANCH=master
1515
- SCALA_BRANCH=2.12.x SCALAJS_BRANCH=master
1616
- SCALA_BRANCH=2.13.x SCALAJS_BRANCH=master
17-
- SCALA_BRANCH=2.11.x SCALAJS_BRANCH=0.6.x
18-
- SCALA_BRANCH=2.12.x SCALAJS_BRANCH=0.6.x
19-
- SCALA_BRANCH=2.13.x SCALAJS_BRANCH=0.6.x
2017

2118
cache:
2219
directories:

run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ echo "Project suffix: $SUFFIX"
1010
echo "Scala.js branch: $SCALAJS_BRANCH"
1111

1212
case $SCALAJS_BRANCH in
13-
0.6.x)
14-
TESTS="testSuite/test testSuiteJVM/test ir/test irJS/test"
15-
;;
1613
master)
1714
TESTS="testSuite$SUFFIX/test testSuiteJVM$SUFFIX/test ir$SUFFIX/test irJS$SUFFIX/test linker$SUFFIX/test linkerJS$SUFFIX/test"
1815
;;

0 commit comments

Comments
 (0)