We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf326ad commit d901210Copy full SHA for d901210
.travis.yml
@@ -26,3 +26,12 @@ notifications:
26
email:
27
- adriaan.moors@typesafe.com
28
- antoine@gourlay.fr
29
+
30
+before_cache:
31
+ - find $HOME/.sbt -name "*.lock" | xargs rm
32
+ - find $HOME/.ivy2/cache -name "ivydata-*.properties" | xargs rm
33
+cache:
34
+ directories:
35
+ - $HOME/.ivy2/cache
36
+ - $HOME/.sbt/boot
37
+ - $HOME/.sbt/launchers
0 commit comments