diff --git a/.travis.yml b/.travis.yml index 211045be..35cf2188 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,11 +34,15 @@ matrix: cache: cargo script: - - cargo test --verbose + - cargo test --locked --verbose - language: rust rust: stable cache: cargo script: - - cargo test --verbose \ No newline at end of file + - rustup component add rustfmt + - rustup component add clippy + - cargo test --locked --verbose + - cargo fmt -- --check + - cargo clippy \ No newline at end of file