You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stm32f0xx-hal/.travis.yml

22 lines
293 B
YAML

language: rust
rust:
- 1.39.0
- stable
- nightly
cache: cargo
env:
- COMMAND=""
- COMMAND=size_check
matrix:
allow_failures:
- rust: nightly
- env: COMMAND=size_check
fast_finish: true
install:
- rustup target add thumbv6m-none-eabi
script: tools/check.py $COMMAND