Remove cargo fmt from travis.yml

This commit is contained in:
Paul Hauner 2019-02-13 18:44:23 +11:00
parent c228178aa9
commit 655875acf9
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -17,9 +17,6 @@ script:
- cargo test --verbose --all --manifest-path lighthouse-beacon/Cargo.toml - cargo test --verbose --all --manifest-path lighthouse-beacon/Cargo.toml
- cargo test --verbose --all --manifest-path lighthouse-validator/Cargo.toml - cargo test --verbose --all --manifest-path lighthouse-validator/Cargo.toml
- cargo test --verbose --all --manifest-path lighthouse-libs/Cargo.toml - cargo test --verbose --all --manifest-path lighthouse-libs/Cargo.toml
- cargo fmt --all --manifest-path lighthouse-beacon/Cargo.toml -- --check
- cargo fmt --all --manifest-path lighthouse-validator/Cargo.toml -- --check
- cargo fmt --all --manifest-path lighthouse-libs/Cargo.toml -- --check
rust: rust:
- stable - stable
- beta - beta