Test no_std build in CI

This commit is contained in:
Wei Tang
2018-05-15 08:26:52 +08:00
parent 605c99974b
commit b4a1fd88b3
+7 -4
View File
@@ -1,6 +1,9 @@
language:
- rust
language: rust
rust:
- nightly
- stable
script:
- cargo build --release --verbose
- cargo test --verbose
- cargo build --all --release --verbose
- cargo test --all --verbose
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi