monolith/.travis.yml

22 lines
262 B
YAML
Raw Normal View History

2019-08-24 18:17:52 +02:00
language: rust
cache: cargo
sudo: false
os:
- linux
- osx
rust:
- stable
- beta
- nightly
before_script:
- rustup component add rustfmt
2019-08-24 18:17:52 +02:00
script:
- cargo build --verbose
- cargo test --verbose
- cargo fmt --all -- --check