We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cfa16 commit f546558Copy full SHA for f546558
.travis.yml
@@ -5,15 +5,6 @@ env:
5
global:
6
- RUST_LOG=warn
7
8
-# Cache hints based off of https://gist.github.com/jkcclemens/000456ca646bd502cac0dbddcb8fa307
9
cache:
10
- cargo: true
11
directories:
12
- - $TRAVIS_BUILD_DIR/results # So we don't have to check all the things every time
13
-before_cache:
14
- - rm -rfv target/debug/incremental/awesome_rust-*
15
- - rm -rfv target/debug/.fingerprint/awesome_rust-*
16
- - rm -rfv target/debug/deps/awesome_rust-*
17
- - rm -rfv target/debug/awesome_rust.d
18
19
- - rm -rfv /home/travis/.cargo/registry/
+ - results # So we don't have to check all the things every time
0 commit comments