Skip to content

Commit 8475c38

Browse files
committed
Remove coursier.
Now that we use published versions of Scala.js, it is not necessary anymore, and it was causing some issues.
1 parent 51c42ff commit 8475c38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ env:
1010
- JSDOM_VERSION=9.12.0
1111
- JSDOM_VERSION=10.0.0
1212
install:
13-
# The default ivy resolution takes way too much time, and times out Travis builds.
14-
# We use coursier instead.
15-
- mkdir -p $HOME/.sbt/0.13/plugins/
16-
- echo 'addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC3")' > $HOME/.sbt/0.13/plugins/coursier.sbt
1713
# We need a recent version of Node.js for jsdom
1814
- nvm install 6
1915
- nvm use 6
@@ -31,4 +27,3 @@ cache:
3127
before_cache:
3228
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
3329
- find $HOME/.sbt -name "*.lock" -print -delete
34-
- rm $HOME/.sbt/0.13/plugins/coursier.sbt

0 commit comments

Comments
 (0)