Disable wabt and disassembler features on appveyor for now.

This commit is contained in:
Dan Gohman
2018-11-28 15:47:15 -08:00
parent eaca8d3f2e
commit 9f7a7fa389

View File

@@ -19,8 +19,10 @@ install:
- cargo -V - cargo -V
build: false build: false
test_script: test_script:
- cargo build --verbose --all # Add --no-default-features because wabt and disass don't currently build
- cargo test --verbose --all # on appveyor.
- cargo build --verbose --all --no-default-features
- cargo test --verbose --all --no-default-features
branches: branches:
only: only:
- master - master