bme680-rust/.travis.yml

13 lines
282 B
YAML
Raw Normal View History

2018-05-25 20:23:47 +00:00
language: rust
rust:
- stable
- beta
- nightly
script:
- cargo build --verbose
- cargo test --verbose
- cd ci/no_std_test && rustup target add thumbv7m-none-eabi && cargo check --target thumbv7m-none-eabi # check for no_std
2018-05-25 20:23:47 +00:00
matrix:
allow_failures:
- rust: nightly