Skip to content

Commit

Permalink
chore: ignore failing clippy build
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Mar 9, 2016
1 parent bb107a1 commit 7e152b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ rust:
- nightly
- beta
- stable
# Only while clippy is failing
matrix:
allow_failures:
- nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
Expand Down

0 comments on commit 7e152b9

Please sign in to comment.