Skip to content

Commit c85ebf6

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

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

3-
before_install:
4-
- rustup component add clippy rustfmt
5-
63
rust:
74
- stable
85
- beta
@@ -13,10 +10,12 @@ cache: cargo
1310
jobs:
1411
include:
1512
- name: Lint and format check
13+
before_install:
14+
- rustup component add clippy rustfmt
1615
rust: stable
1716
script:
1817
- cargo fmt --verbose -- --check
19-
- cargo clippy
18+
- cargo clippy --verbose
2019
allow_failures:
2120
- rust: nightly
2221
- rust: beta

0 commit comments

Comments
 (0)