Merge pull request #2152 from dwijnand/revert-travis-workaround

Revert Travis/sbt-extras workaround. (#2124).
This commit is contained in:
eugene yokota 2015-08-20 11:51:26 -04:00
commit 3e33ffd5c0
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ notifications:
- eugene.yokota@typesafe.com
- joshua.suereth@typesafe.com
before_script:
- mkdir -p $HOME/.sbt/launchers/0.13.8/
- curl -L -o $HOME/.sbt/launchers/0.13.8/sbt-launch.jar https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.8/sbt-launch.jar
script:
- sbt -J-XX:ReservedCodeCacheSize=128m "$SCRIPTED_TEST"