Skip to content

Commit

Permalink
Merge pull request apache#35 from shivaram/master
Browse files Browse the repository at this point in the history
Cache sbt dependencies in travis.yml
  • Loading branch information
shivaram committed Apr 12, 2014
2 parents 4ebced2 + 3eb5ad3 commit 49f5f5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ install:
script:
- ./run-tests.sh

on_failure:
cache:
directories:
- $HOME/.m2
- $HOME/.ivy2
- $HOME/.sbt

after_failure:
- ./travis-tool.sh dump_logs

0 comments on commit 49f5f5a

Please sign in to comment.