Browse Source

travis: disable cache again to test build time

Mokhtar Naamani 4 years ago
parent
commit
53a706ae13
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -2,7 +2,8 @@ language: rust
 
 # Caching of the runtime .wasm blob poses a problem.
 # See: https://github.com/Joystream/joystream/issues/466
-cache: cargo
+# Testing removing caching again on build time..
+# cache: cargo
 
 rust:
   - 1.43.0