Disable formatting on Travis

This commit is contained in:
Alex Crichton 2018-06-28 18:35:15 -07:00
parent e55af85edc
commit 942673e15f

View File

@ -8,11 +8,6 @@ matrix:
install: true install: true
script: cargo build --manifest-path crates/cli/Cargo.toml script: cargo build --manifest-path crates/cli/Cargo.toml
# check formatting
- rust: nightly
before_install: rustup component add rustfmt-preview --toolchain nightly
script: cargo fmt -- --check
# Tests pass on nightly # Tests pass on nightly
- rust: nightly - rust: nightly
before_install: before_install: