mirror of
https://gitee.com/openharmony/third_party_rust_static-assertions-rs
synced 2024-11-23 07:20:33 +00:00
[Travis] Move script to config
This commit is contained in:
parent
13b16331a0
commit
de3d5d3f28
@ -6,4 +6,4 @@ matrix:
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
env: FEATURES="--features nightly"
|
||||
script: ./ci/travis.sh
|
||||
script: cargo test $FEATURES
|
||||
|
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
cargo test $FEATURES
|
Loading…
Reference in New Issue
Block a user