mirror of
https://gitee.com/openharmony/third_party_rust_lazy-static.rs
synced 2024-11-27 01:30:53 +00:00
made travis check for stable rust with spin_no_std feature
This commit is contained in:
parent
a047873634
commit
d2a2e8e984
@ -3,6 +3,9 @@ matrix:
|
||||
include:
|
||||
- rust: 1.21.0
|
||||
- rust: stable
|
||||
script:
|
||||
- cargo test
|
||||
- cargo test --features spin_no_std
|
||||
- os: osx
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
|
Loading…
Reference in New Issue
Block a user