2
0
mirror of https://github.com/Y2Z/monolith synced 2024-11-12 13:10:59 +00:00
monolith/.travis.yml
2019-09-21 22:59:03 -04:00

22 lines
262 B
YAML

language: rust
cache: cargo
sudo: false
os:
- linux
- osx
rust:
- stable
- beta
- nightly
before_script:
- rustup component add rustfmt
script:
- cargo build --verbose
- cargo test --verbose
- cargo fmt --all -- --check