Merge pull request #942 from nathanross/fix-appveyor

ci: fix appveyor cargo test call
This commit is contained in:
Jian Zeng
2016-08-07 02:28:58 +08:00
committed by GitHub
+1 -1
View File
@@ -33,4 +33,4 @@ artifacts:
build: false
test_script:
- cargo test --no-fail-fast --features nightly generic --no-default-features
- cargo test --no-fail-fast --features "nightly generic" --no-default-features