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 f5d3494 commit 3f6318eCopy full SHA for 3f6318e
.travis.yml
@@ -15,3 +15,14 @@ matrix:
15
- env: TEST_ENV=ubuntu-18.04-llvm-dev
16
- env: TEST_ENV=ubuntu-18.04-llvm-6.0
17
- env: TEST_ENV=ubuntu-18.04-llvm-5.0
18
+
19
+before_cache:
20
+ # See https://www.scala-sbt.org/1.0/docs/Travis-CI-with-sbt.html
21
+ # Tricks to avoid unnecessary cache updates
22
+ - find $HOME/.sbt -name "*.lock" | xargs rm
23
+ - find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
24
25
+cache:
26
+ directories:
27
+ - $HOME/.ivy2/cache
28
+ - $HOME/.sbt/boot
0 commit comments