浏览代码

travis: add WASM toolchain

Mokhtar Naamani 5 年之前
父节点
当前提交
94df58961e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -11,6 +11,7 @@ rust:
 before_script:
   - rustup component add rustfmt --toolchain 1.40.0-x86_64-unknown-linux-gnu
   - rustup update nightly
+  - rustup target add wasm32-unknown-unknown --toolchain nightly
   - cargo +nightly install --git https://github.com/alexcrichton/wasm-gc --force
 
 script: