Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 6923f8b

Browse files
committed
Enforce clippy in travis
1 parent da38832 commit 6923f8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
else
2222
cargo install --force cargo-xbuild
2323
fi
24-
- rustup component add rust-src rustfmt
24+
- rustup component add rust-src rustfmt clippy
2525

2626
script:
2727
- ./tests/run_tests.py
@@ -31,6 +31,7 @@ script:
3131
(cd "$p" && cargo fmt --all -- --check) || exit 1
3232
fi
3333
done
34+
- cargo clippy
3435

3536
after_failure:
3637
- dmesg

0 commit comments

Comments
 (0)