diff --git a/.travis.yml b/.travis.yml index 58c9473..5a47885 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: os: windows script: + - cargo fmt --all -- --check - cargo check --all --benches --bins --examples --tests - cargo test --all - cargo doc --features docs - - cargo fmt --all -- --check