test no_std in CI
This commit is contained in:
parent
e6bb97b3ac
commit
79786ac518
|
@ -8,4 +8,6 @@ echo Testing num-traits on rustc ${TRAVIS_RUST_VERSION}
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
cargo test --verbose
|
cargo test --verbose
|
||||||
|
|
||||||
# We have no features to test...
|
# test `no_std`
|
||||||
|
cargo build --verbose --no-default-features
|
||||||
|
cargo test --verbose --no-default-features
|
||||||
|
|
Loading…
Reference in New Issue