mirror of
https://github.com/openharmony/third_party_rust_either.git
synced 2026-07-01 20:54:02 -04:00
MAINT: Fix cargo args in .travis.yml
This commit is contained in:
+3
-3
@@ -14,9 +14,9 @@ branches:
|
||||
# the main build
|
||||
script:
|
||||
- |
|
||||
cargo build -- --features "${FEATURES}" &&
|
||||
cargo test -- --features "${FEATURES}" &&
|
||||
cargo doc -- --features "${FEATURES}"
|
||||
cargo build --features "${FEATURES}" &&
|
||||
cargo test --features "${FEATURES}" &&
|
||||
cargo doc --features "${FEATURES}"
|
||||
|
||||
env:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user