Fix travis clippy check

This commit is contained in:
Félix Saparelli 2019-10-28 13:19:12 +13:00
parent 2d4e74ef33
commit 7ef9d13b51
No known key found for this signature in database
GPG Key ID: 25940898BB90EA51
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
env: TARGET=x86_64-unknown-linux-gnu
# Clippy only
- env: CARGO_CLIPPY=1
- env: CARGO_CLIPPY=1 TARGET=x86_64-unknown-linux-gnu
before_install: ci/before.sh
script: ci/script.sh