Skip to content

Commit

Permalink
Merge pull request #417 from fitzgen/issue-416
Browse files Browse the repository at this point in the history
Add no-modules to --target flag's help text
  • Loading branch information
fitzgen authored Oct 30, 2018
2 parents d689c50 + 916a35f commit 9218c65
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 140 deletions.
7 changes: 4 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ environment:
install:
- ps: Install-Product node 10
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain stable
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- set RUST_BACKTRACE=1
- rustup target add wasm32-unknown-unknown --toolchain nightly
- rustup target add wasm32-unknown-unknown --toolchain stable
- rustc -V
- cargo -V

build: false

test_script:
- cargo test --release --locked
- cargo test --release --tests --locked
- cargo test --release --doc

before_deploy:
- ps: |
Expand Down
Loading

0 comments on commit 9218c65

Please sign in to comment.