logwatcher/.travis.yml
2018-11-29 12:07:09 +01:00

10 lines
144 B
YAML

language: rust
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo build
- cargo test