diff --git a/.travis.yml b/.travis.yml index 4e65a66..e7d6531 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ rust: before_script: - rustup component add rustfmt-preview script: - - cargo fmt all -- --check + - cargo fmt --all -- --check - cargo build - cargo test matrix: