Skip to content

Commit

Permalink
Drop the -print when clearing the cache on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jan 9, 2018
1 parent 46cd968 commit faf0dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,8 +22,8 @@ cache:
- $HOME/.sbt

before_cache:
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
- find $HOME/.sbt -name "*.lock" -print -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete
- find $HOME/.sbt -name "*.lock" -delete

notifications:
email:
Expand Down

0 comments on commit faf0dd8

Please sign in to comment.