bme680-rust/.travis.yml
Chris fe434a729f
add no_std compatibility test
This should check that the crate stays no_std compatible in the future
2019-01-15 17:38:03 +01:00

12 lines
221 B
YAML

language: rust
rust:
- stable
- beta
- nightly
script:
- cargo build --verbose
- cargo test --verbose
- cargo check --target thumbv7m-none-eabi # check for no_std
matrix:
allow_failures:
- rust: nightly