aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-10-20 21:33:45 +0100
committerAleksey Kladov <[email protected]>2018-10-20 21:33:45 +0100
commitf965cd0c15d5de952f81ab7d866ffc46096441b4 (patch)
tree5933f399679ebf73212c51d7c18f225b13d3831a /.travis.yml
parentdbe2880219af60d22e40a7213fdb9b79561ac733 (diff)
Don't cache ever changing stuff
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ffc1c89a..5252f20e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,10 @@
1cache: cargo 1cache: cargo
2before_cache:
3 - find ./target/debug -type f -maxdepth 1 -delete
4 - rm -f ./target/debug/deps/*ra_*
5
6env:
7 - CARGO_INCREMENTAL=0
2 8
3matrix: 9matrix:
4 include: 10 include: