fix appveyor

master
Jorge Aparicio 2016-12-11 16:54:41 -05:00
parent 3484b2b68e
commit b59c789a05
1 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ build: false
test_script:
- cargo build --target %TARGET%
- cargo build --release --target %TARGET%
- cargo test --target %TARGET%
- cargo test --release --target %TARGET%
- cargo test --no-default-features --target %TARGET%
- cargo test --no-default-features --release --target %TARGET%