Skip to content

Commit a84bc23

Browse files
authored
Merge pull request #16 from epage/clippy
chore: Switch to clippy-preview
2 parents 43dc75d + 3e94a24 commit a84bc23

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
@@ -18,10 +18,10 @@ matrix:
1818
install:
1919
script:
2020
- cargo check --tests --all-features
21-
- env: CLIPPY_VERSION="0.0.209"
22-
rust: nightly-2018-06-19
21+
- env: CLIPPY
22+
rust: nightly-2018-07-17
2323
install:
24-
- travis_wait cargo install clippy --version $CLIPPY_VERSION || echo "clippy already installed"
24+
- rustup component add clippy-preview
2525
script:
2626
- cargo clippy --all-features -- -D clippy
2727

0 commit comments

Comments
 (0)