Skip to content

Commit

Permalink
Added in cache to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jul 10, 2017
1 parent db83d5c commit 99ee084
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash)

before_cache:
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
cache:
directories:
- $HOME/.sbt/0.13/dependency
- $HOME/.sbt/boot/scala*
- $HOME/.sbt/launchers
- $HOME/.ivy2/cache

0 comments on commit 99ee084

Please sign in to comment.