diff --git a/appveyor.yml b/appveyor.yml index 9fdcaa8f16..59aade2e57 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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