Skip to content

Commit 201c89e

Browse files
committed
Travis: add rustfmt and clippy components
1 parent a1fe001 commit 201c89e

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
@@ -2,6 +2,9 @@ language: rust
22
rust:
33
- 1.30.1
44
- stable
5+
install:
6+
- rustup component add rustfmt-preview
7+
- rustup component add clippy-preview
58
script:
69
- cargo fmt -- --check
710
- cargo clippy -- -D warnings

0 commit comments

Comments
 (0)