Skip to content

Commit

Permalink
Merge pull request #33 from sbt/fixup-travis-ci
Browse files Browse the repository at this point in the history
Fix module organization in .travis.yml
  • Loading branch information
dwijnand authored Nov 30, 2018
2 parents ee0302b + ed56fc4 commit f10b4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ cache:
- $HOME/.ivy2/cache
before_cache:
# Ensure changes to the cache aren't persisted
- rm -rf $HOME/.ivy2/cache/scala_*/sbt_*/com.typesafe.sbt/sbt-concat
- rm -rf $HOME/.ivy2/cache/scala_*/sbt_*/net.ground5hark.sbt/sbt-concat
# Delete all ivydata files since ivy touches them on each build
- find $HOME/.ivy2/cache -name "ivydata-*.properties" | xargs rm

0 comments on commit f10b4ce

Please sign in to comment.