Skip to content

Commit

Permalink
Tell Travis to cache Ivy and sbt cache dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 committed Jan 26, 2015
1 parent 1fbc82f commit 102eaab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ script:
- sbt ++2.11.2 test
- sbt ++2.11.0 test
after_success: "sbt coverageAggregate coveralls"
cache:
directories:
- $HOME/.ivy2
- $HOME/.sbt

0 comments on commit 102eaab

Please sign in to comment.