Files
ncspot/.travis.yml
Henrik Friedrichsen c6668aa160 allow failures on beta
2019-04-03 14:36:33 +02:00

17 lines
320 B
YAML

language: rust
rust:
- stable
- beta
matrix:
fast_finish: true
allow_failures:
- rust: beta
before_install:
- sudo apt-get install -y libasound2-dev libdbus-1-dev
script:
- cargo update
- rustup component add clippy rustfmt
- cargo clippy --all-targets -- -D warnings
- cargo fmt --all -- --check