add no_std compatibility test

This should check that the crate stays no_std compatible in the future
This commit is contained in:
Chris 2019-01-15 17:38:03 +01:00 committed by GitHub
parent 88a8963455
commit fe434a729f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ rust:
script:
- cargo build --verbose
- cargo test --verbose
- cargo check --target thumbv7m-none-eabi # check for no_std
matrix:
allow_failures:
- rust: nightly