mirror of
https://gitee.com/openharmony/third_party_rust_bitflags
synced 2025-02-19 23:12:45 +00:00
travis: remove dead condition
This commit is contained in:
parent
17b72d7e4d
commit
fb51512b6f
@ -7,8 +7,7 @@ sudo: false
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- |
|
||||
[ "$TRAVIS_RUST_VERSION" = "1.0.0" ] || cargo test --verbose --features no_std
|
||||
- cargo test --verbose --features no_std
|
||||
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
|
||||
cargo test --verbose --features assignment_operators;
|
||||
cargo test --verbose --features "no_std assignment_operators";
|
||||
|
Loading…
x
Reference in New Issue
Block a user