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:
-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/