Skip to content

Commit 0400564

Browse files
Use verbose clippy and only install on stable
1 parent e28f808 commit 0400564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: rust
22

3-
before_install:
4-
- rustup component add clippy rustfmt
53

64
rust:
75
- stable
@@ -13,10 +11,12 @@ cache: cargo
1311
jobs:
1412
include:
1513
- name: Lint and format check
14+
before_install:
15+
- rustup component add clippy rustfmt
1616
rust: stable
1717
script:
1818
- cargo fmt --verbose -- --check
19-
- cargo clippy
19+
- cargo clippy --verbose
2020
allow_failures:
2121
- rust: nightly
2222
- rust: beta

0 commit comments

Comments
 (0)