travis: remove dead condition

This commit is contained in:
Tamir Duberstein 2016-03-23 14:16:31 -04:00
parent 17b72d7e4d
commit fb51512b6f

View File

@ -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";