Allow clippy failure in travis

This commit is contained in:
David Tolnay 2017-01-31 12:02:03 -08:00
parent 39c7797633
commit b47e1a6dc3
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -13,6 +13,10 @@ matrix:
include:
- rust: nightly
env: CLIPPY=true
allow_failures:
- rust: nightly
env: CLIPPY=true
fast_finish: true
before_script:
- pip install 'travis-cargo<0.2' --user