Explorar o código

travis: disable cache again to test build time

Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
53a706ae13
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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