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 7bc5d0c commit 035880eCopy full SHA for 035880e
.travis.yml
@@ -13,7 +13,7 @@ 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-RC13")' > $HOME/.sbt/0.13/plugins/coursier.sbt
+ #- echo 'addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")' > $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
0 commit comments