Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-08-21 11:11:27 +0300
committerChris Rebert <github@rebertia.com>2015-08-21 11:11:27 +0300
commit551a1b5cc448dfab3d80004f2b1f06d85385bb91 (patch)
treef4ebcf2ca483f1643a4836f9aa6f45144ebd6a3a
parent504cd3f637277add8626e013fa7e31ee9ac6c379 (diff)
Travis CI: Enable caching for faster builds
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 19a0bee..69b0185 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,12 @@ scala:
- 2.11.5
jdk:
- oraclejdk8
+script:
+ - sbt ++2.11.5 test
+ # avoid unnecessary cache updates
+ - find $HOME/.sbt -name "*.lock" | xargs rm
+ - find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
+cache:
+ directories:
+ - $HOME/.ivy2/cache
+ - $HOME/.sbt/boot/