Skip to content

Commit c2ccfd1

Browse files
committed
Turn off incremental compilation on CI and drop some files from cache
1 parent 540f611 commit c2ccfd1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ language: rust
22

33
cache:
44
cargo: true
5+
before_cache:
6+
- find ./target/debug -maxdepth 1 -type f -delete
7+
- rm -f ./target/.rustc_info.json
8+
9+
env:
10+
global:
11+
- CARGO_INCREMENTAL=0
512

613
rust:
714
- stable

0 commit comments

Comments
 (0)