]> git.lizzy.rs Git - rust.git/commitdiff
Don't cache ever changing stuff
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 20 Oct 2018 20:33:45 +0000 (23:33 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 20 Oct 2018 20:33:45 +0000 (23:33 +0300)
.travis.yml

index 6ffc1c89a910f05e2c895ce88e92e898a152db42..5252f20e27ede164e4fe17e7d6348e3ae11023db 100644 (file)
@@ -1,4 +1,10 @@
 cache: cargo
+before_cache:
+  - find ./target/debug -type f -maxdepth 1 -delete
+  - rm -f ./target/debug/deps/*ra_*
+
+env:
+  - CARGO_INCREMENTAL=0
 
 matrix:
   include: