Skip to content

Commit

Permalink
Merge #148
Browse files Browse the repository at this point in the history
148: Don't cache ever changing stuff r=matklad a=matklad



Co-authored-by: Aleksey Kladov <[email protected]>
  • Loading branch information
bors[bot] and matklad committed Oct 20, 2018
2 parents dbe2880 + f965cd0 commit da7adc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit da7adc0

Please sign in to comment.