1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00

Run 'cargo fmt --check' on Travis

This commit is contained in:
Roman Zeyde 2018-07-14 10:14:35 +03:00
parent 2852020c58
commit ac9e300226
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -3,7 +3,9 @@ cache: cargo
rust:
- stable
- beta
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo build --verbose
- cargo test --verbose