Skip to content

Commit 779b755

Browse files
Remove scala-js 1.x support for now
Running into issues I can explain in a subsequent PR…
1 parent 44e4c2a commit 779b755

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: scala
22
sudo: required
33
dist: trusty
44
script:
5-
- if [[ ${SCALAJS_VERSION} = 1.* ]]; then mv project/ScalaJS1Settings.scala.0 project/ScalaJS1Settings.scala; fi
65
# plz is like ++ except it skips projects that are not defined for that scala version.
76
- sbt "plz $TRAVIS_SCALA_VERSION test"
87
jdk:
@@ -14,7 +13,6 @@ scala:
1413
- 2.13.0-M5
1514
env:
1615
- SCALAJS_VERSION=0.6.25
17-
- SCALAJS_VERSION=1.0.0-M5
1816
matrix:
1917
include:
2018
- scala: 2.10.7

project/ScalaJS1Settings.scala.0

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)