Skip to content

Commit

Permalink
Fix build cache issues (#10014)
Browse files Browse the repository at this point in the history
Fix build cache issues
  • Loading branch information
dwijnand committed Jan 29, 2020
2 parents 4a082f2 + 9d54e03 commit e2c2903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ cache:
- "$HOME/.sbt"

before_cache:
- rm -rf $HOME/.ivy2/cache/com.typesafe.play/*
- rm -rf $HOME/.ivy2/cache/scala_*/sbt_*/com.typesafe.play/*
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
- find $HOME/.sbt -name "*.lock" -delete
Expand Down

0 comments on commit e2c2903

Please sign in to comment.