Explorar o código

Cleanup cargo registry before each Rust-enabled build

Also, refrain from caching target/.

See: https://levans.fr/rust_travis_cache.html
rl1987 %!s(int64=5) %!d(string=hai) anos
pai
achega
0c6cfd9c65
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -5,8 +5,9 @@ cache:
   ## cargo: true
   directories:
     - $HOME/.cargo
-    ## where we point CARGO_TARGET_DIR in all our cargo invocations
-    - $TRAVIS_BUILD_DIR/src/rust/target
+
+before_cache:
+  - rm -rf $HOME/.cargo/registry
 
 compiler:
   - gcc