Explorar el Código

travis: re-enable cargo cache

Mokhtar Naamani hace 4 años
padre
commit
e272365a36
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

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