mirror of
https://github.com/openharmony/third_party_rust_bitflags.git
synced 2026-07-20 23:46:15 -04:00
Run tests for assignment_operators feature in Travis.
This commit is contained in:
+5
-1
@@ -7,7 +7,11 @@ sudo: false
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- [ "$TRAVIS_RUST_VERSION" = "1.0" ] || cargo test --verbose --features no_std
|
||||
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
|
||||
cargo test --verbose --features no_std
|
||||
cargo test --verbose --features assignment_operators;
|
||||
cargo test --verbose --features "no_std assignment_operators";
|
||||
fi
|
||||
- cargo doc
|
||||
after_success: |
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
|
||||
Reference in New Issue
Block a user