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
build: false
test_script:
- cargo build --verbose --all
- cargo test --verbose --all
# Add --no-default-features because wabt and disass don't currently build
# on appveyor.
- cargo build --verbose --all --no-default-features
- cargo test --verbose --all --no-default-features
branches:
only:
- master