Update travis to require formatting

This commit is contained in:
Eirik Ogilvie-Wigley 2019-08-15 10:45:24 -06:00
parent a7c5993597
commit 7461f8936d
1 changed files with 4 additions and 0 deletions

View File

@ -4,5 +4,9 @@ rust:
cache: cargo
before_script:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- cargo test --verbose --release --all