소스 검색

travis: add required nightly toolchain and wasm-gc

Mokhtar Naamani 5 년 전
부모
커밋
6fe173cc71
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -10,6 +10,8 @@ rust:
 
 before_script:
   - rustup component add rustfmt --toolchain 1.40.0-x86_64-unknown-linux-gnu
+  - rustup update nightly
+  - cargo +nightly install --git https://github.com/alexcrichton/wasm-gc --force
 
 script:
   # Ensure all checked in code is cargo-fmt'ed