We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb59d76 + fa927c5 commit cc407edCopy full SHA for cc407ed
.travis.yml
@@ -16,6 +16,7 @@ env:
16
cache: cargo
17
18
matrix:
19
+ fast_finish: true
20
include:
21
# To test the snippets, we use Travis' Python environment (because
22
# installing rust ourselves is a lot easier than installing Python)
@@ -86,9 +87,20 @@ matrix:
86
87
env:
88
- REGULAR_TEST=false
89
- DEPLOY_DEMO=true
90
+ - name: cargo-clippy
91
+ language: rust
92
+ rust: stable
93
+ cache: cargo
94
+ before_script:
95
+ - rustup component add clippy
96
+ script:
97
+ - cargo clippy
98
+ env:
99
+ - REGULAR_TEST=true
100
allow_failures:
101
- rust: nightly
102
env: REGULAR_TEST=true
103
104
105
deploy:
106
- provider: pages
0 commit comments