Skip to content

Commit e29aaab

Browse files
committed
Update Travis CI caching
1 parent 3a721b5 commit e29aaab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ script:
2222
- sbt ++$TRAVIS_SCALA_VERSION 'set parallelExecution in ThisBuild := false' 'set scalaJSStage in ThisBuild := FullOptStage' test
2323
- bin/checkDevOnly $TRAVIS_SCALA_VERSION
2424

25-
# Taken from https://github.com/typelevel/cats/blob/master/.travis.yml
2625
before_cache:
27-
- find $HOME/.sbt -name "*.lock" -type f -delete
26+
- rm -f $HOME/.ivy2/.sbt.ivy.lock
2827
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
28+
- find $HOME/.sbt -name "*.lock" -type f -delete
2929
cache:
3030
directories:
3131
- $HOME/.coursier

0 commit comments

Comments
 (0)