We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c42ff commit 8475c38Copy full SHA for 8475c38
.travis.yml
@@ -10,10 +10,6 @@ env:
10
- JSDOM_VERSION=9.12.0
11
- JSDOM_VERSION=10.0.0
12
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
17
# We need a recent version of Node.js for jsdom
18
- nvm install 6
19
- nvm use 6
@@ -31,4 +27,3 @@ cache:
31
27
before_cache:
32
28
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
33
29
- find $HOME/.sbt -name "*.lock" -print -delete
34
- - rm $HOME/.sbt/0.13/plugins/coursier.sbt
0 commit comments