aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-02-14 13:46:19 -0800
committerJakob Odersky <jakob@odersky.com>2018-02-14 13:46:19 -0800
commit5a37bfee89a2b5ae17c7980327a92c381c006cf7 (patch)
treec1a2325cb15a79871077ccef89f2761e2f8b0bd4 /.travis.yml
parent71feac906504271c06076de3dd69ea6297f373e9 (diff)
downloadspray-json-derivation-5a37bfee89a2b5ae17c7980327a92c381c006cf7.tar.gz
spray-json-derivation-5a37bfee89a2b5ae17c7980327a92c381c006cf7.tar.bz2
spray-json-derivation-5a37bfee89a2b5ae17c7980327a92c381c006cf7.zip
Prepare for release
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6305657..a0e5784 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,6 @@ cache:
- "$HOME/.sbt/boot/"
before_cache:
- - find $HOME/.ivy2/cache/xyz.driver -depth -name "tracing*" -exec rm -r {} \;
+ - find $HOME/.ivy2/cache/xyz.driver -depth -name "spray-json-derivation*" -exec rm -r {} \;
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
- find $HOME/.sbt -name "*.lock" -delete