aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 2eeda406128166d66ef1d06b5396b4489d4c985e (plain)
1
2
3
4
5
6
7
8
9
10
11
language: rust
script:
  - rustup target add thumbv7em-none-eabihf
  - cargo build --target thumbv7em-none-eabihf --features samd21e18a
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: stable