Split no_stdlib
and no_std
into two features.
This commit is contained in:
@@ -7,7 +7,7 @@ cargo test --verbose
|
||||
|
||||
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]
|
||||
then
|
||||
cargo build --verbose --features no_stdlib
|
||||
cargo test --verbose --features no_stdlib
|
||||
cargo build --verbose --features no_std
|
||||
cargo test --verbose --features no_std
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user