Update Travis config

This commit is contained in:
Romain Ruetschi
2020-07-09 23:55:55 +02:00
parent 72fc7454dd
commit 337c35319a

View File

@ -30,7 +30,7 @@ matrix:
- env: NAME='clippy' - env: NAME='clippy'
rust: stable rust: stable
before_script: before_script:
- rustup component add clippy-preview - rustup component add clippy
script: script:
- cargo clippy --all-targets --all-features -- -D warnings - cargo clippy --all-targets --all-features -- -D warnings