Skip to content

Commit 7d40088

Browse files
committed
[CI] Added clippy and rustfmt checks
1 parent 5f5043c commit 7d40088

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ matrix:
99
fast_finish: true
1010
script:
1111
- cargo test --all --verbose
12+
- rustup component add clippy rustfmt &&
13+
cargo clippy &&
14+
cargo fmt -- --check

0 commit comments

Comments
 (0)