We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fe001 commit 201c89eCopy full SHA for 201c89e
.travis.yml
@@ -2,6 +2,9 @@ language: rust
2
rust:
3
- 1.30.1
4
- stable
5
+install:
6
+ - rustup component add rustfmt-preview
7
+ - rustup component add clippy-preview
8
script:
9
- cargo fmt -- --check
10
- cargo clippy -- -D warnings
0 commit comments