Allow clippy job to fail in the CI for now

This commit is contained in:
Sebastian Dröge 2019-05-24 12:03:26 +02:00 committed by Sebastian Dröge
parent b5dcbe3897
commit 059860c744

View file

@ -87,6 +87,7 @@ clippy:
extends: '.tarball_setup'
image: "rustlang/rust:nightly-slim"
stage: 'extras'
allow_failure: true
script:
- rustup component add clippy-preview
- cargo clippy --version