Skip to content

Commit

Permalink
Merge pull request #491 from discordianfish/fish-fix-tests
Browse files Browse the repository at this point in the history
Trying to revive the tests
  • Loading branch information
william-richard authored Nov 29, 2016
2 parents 4be23d2 + c7c1e17 commit a889600
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
sudo: false
language: scala
# Activator & Travis image SBT conflicts
Expand Down Expand Up @@ -42,7 +43,7 @@ script:
- if $RUN_RUBY; then cd support/ruby/$GEM_NAME; bundle install --path ./vendor/bundle; bundle exec rake; fi
# cleanup travis trick from
# http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html#%28Experimental%29+Reusing+Ivy+cache
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
- find $HOME/.sbt -name "*.lock" -delete
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
notifications:
irc: "chat.freenode.net#collins"

0 comments on commit a889600

Please sign in to comment.