Skip to content

Commit

Permalink
update travis cache settings (#2158)
Browse files Browse the repository at this point in the history
mostly copied from circe
  • Loading branch information
kailuowang authored Jan 23, 2018
1 parent 32bcfc5 commit dbac00d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ env:

cache:
directories:
- $HOME/.sbt/1.1/dependency
- $HOME/.sbt/boot/scala*
- $HOME/.sbt/launchers
- $HOME/.ivy2/cache
- $HOME/.nvm

before_cache:
- du -h -d 1 $HOME/.ivy2/cache
- du -h -d 2 $HOME/.sbt/
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
- $HOME/.ivy2/cache
- $HOME/.sbt/boot
- $HOME/.coursier

0 comments on commit dbac00d

Please sign in to comment.