Skip to content

Commit

Permalink
Modified Travis cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
lu4nm3 committed Sep 12, 2018
1 parent a34c617 commit fe99772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,8 @@ language: scala
jdk: oraclejdk8

before_cache:
- find $HOME/.sbt -name "*.lock" -print -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
cache:
directories:
- "$HOME/.ivy2/cache"
Expand Down

0 comments on commit fe99772

Please sign in to comment.