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:
Andrew Dirksen
2019-10-31 16:22:27 -07:00
parent a881cf12bb
commit e6336a4a90
+1 -1
View File
@@ -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