We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbe2880 + f965cd0 commit da7adc0Copy full SHA for da7adc0
.travis.yml
@@ -1,4 +1,10 @@
1
cache: cargo
2
+before_cache:
3
+ - find ./target/debug -type f -maxdepth 1 -delete
4
+ - rm -f ./target/debug/deps/*ra_*
5
+
6
+env:
7
+ - CARGO_INCREMENTAL=0
8
9
matrix:
10
include:
0 commit comments