lighthouse/.travis.yml
2019-01-10 15:05:50 -06:00

16 lines
263 B
YAML

language: rust
script:
- cargo fmt --all -- --check
- cargo build --verbose --all
- cargo test --verbose --all
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
install:
- rustup component add rustfmt