File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 14
14
- SCALA_BRANCH=2.11.x SCALAJS_BRANCH=master
15
15
- SCALA_BRANCH=2.12.x SCALAJS_BRANCH=master
16
16
- 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
20
17
21
18
cache :
22
19
directories :
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ echo "Project suffix: $SUFFIX"
10
10
echo " Scala.js branch: $SCALAJS_BRANCH "
11
11
12
12
case $SCALAJS_BRANCH in
13
- 0.6.x)
14
- TESTS=" testSuite/test testSuiteJVM/test ir/test irJS/test"
15
- ;;
16
13
master)
17
14
TESTS=" testSuite$SUFFIX /test testSuiteJVM$SUFFIX /test ir$SUFFIX /test irJS$SUFFIX /test linker$SUFFIX /test linkerJS$SUFFIX /test"
18
15
;;
You can’t perform that action at this time.
0 commit comments