mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-30 01:18:02 +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:
|
||||
- cargo build --all --release --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