diff --git a/.travis.yml b/.travis.yml index 352642c6..6cd4d5e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: (cd "$p" && cargo fmt --all -- --check) || exit 1 fi done - - cargo clippy -- -D warnings + - env CARGO_TARGET_DIR=tests/target cargo clippy-preview -Z unstable-options -Z build-std=core,alloc --target=x86_64-linux-kernel -- -D warnings after_failure: - dmesg