소스 검색

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: