mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-20 03:23:32 -04:00
Build with no-panic in Travis
This commit is contained in:
+10
-5
@@ -1,12 +1,17 @@
|
||||
language: rust
|
||||
|
||||
rust:
|
||||
- nightly
|
||||
- beta
|
||||
- stable
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rust: nightly
|
||||
script:
|
||||
- cargo test
|
||||
- cargo build --tests --features no-panic --release
|
||||
- rust: beta
|
||||
script:
|
||||
- cargo test
|
||||
- rust: stable
|
||||
script:
|
||||
- cargo test
|
||||
- rust: 1.15.0
|
||||
script:
|
||||
- cargo build
|
||||
|
||||
Reference in New Issue
Block a user