diff --git a/.travis.yml b/.travis.yml index 23bda33..4ebfa8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ before_script: - rustup component add rustfmt script: -- cargo clippy --workspace -- -D warnings -- cargo test --workspace +- cargo clippy --all -- -D warnings +- cargo test --all - cargo fmt --all -- --check