mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-17 15:51:03 +00:00
Travis-ci was configured to build with no_std only when using rust nightly.
This commit tells travis to attempt no_std builds for both nightly and stable.
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ rust:
|
|||||||
script:
|
script:
|
||||||
- cargo build --all --release --verbose
|
- cargo build --all --release --verbose
|
||||||
- cargo test --all --verbose
|
- cargo test --all --verbose
|
||||||
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi
|
- cargo build --no-default-features
|
||||||
|
|||||||
Reference in New Issue
Block a user