Permalink
Browse files
fix: Update for clippy-preview
- Loading branch information...
Showing
with
4 additions
and
4 deletions.
-
+4
−4
.travis.yml
|
|
@@ -8,12 +8,12 @@ rust: |
|
|
|
|
|
|
|
matrix: |
|
|
|
include: |
|
|
|
- env: CLIPPY_VERSION=0.0.179 |
|
|
|
rust: nightly-2018-01-12 |
|
|
|
- env: CLIPPY |
|
|
|
rust: nightly-2018-07-17 |
|
|
|
install: |
|
|
|
- travis_wait cargo install clippy --version $CLIPPY_VERSION || echo "clippy already installed" |
|
|
|
- rustup component add clippy-preview |
|
|
|
script: |
|
|
|
- cargo clippy -- -D clippy |
|
|
|
- cargo clippy --all-features -- -D clippy |
|
|
|
|
|
|
|
install: |
|
|
|
- rustc -Vv |
|
|
|
0 comments on commit
fa821f3