Skip to content

Commit 035880e

Browse files
committed
fix
1 parent 7bc5d0c commit 035880e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
# The default ivy resolution takes way too much time, and times out Travis builds.
1414
# We use coursier instead.
1515
- 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
16+
#- echo 'addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")' > $HOME/.sbt/0.13/plugins/coursier.sbt
1717
# We need a recent version of Node.js for jsdom
1818
- nvm install 6
1919
- nvm use 6

0 commit comments

Comments
 (0)