Skip to content

Commit 8ce61cd

Browse files
committed
Add rustfmt and clippy on CI
1 parent 9063e18 commit 8ce61cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ rust:
88
- beta
99
- nightly
1010

11+
before_install:
12+
- rustup component add rustfmt
13+
- rustup component add clippy
14+
15+
script:
16+
- cargo fmt --check
17+
- cargo clippy --all-targets --all-features --all
18+
- cargo test
19+
1120
notifications:
1221
email:
1322
on_success: never

0 commit comments

Comments
 (0)