浏览代码

travis: re-enable cargo cache

Mokhtar Naamani 4 年之前
父节点
当前提交
e272365a36
共有 1 个文件被更改,包括 1 次插入2 次删除
  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