mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: re-establish beta and udpate clippy nightly pin
This commit is contained in:
parent
956965cc94
commit
c6219ec5ed
2 changed files with 2 additions and 4 deletions
|
@ -2,14 +2,12 @@ sudo: false
|
|||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
- nightly-2016-07-20
|
||||
- nightly-2016-09-04
|
||||
- beta
|
||||
- stable
|
||||
# Only while clippy is failing
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
- rust: beta
|
||||
before_script:
|
||||
- |
|
||||
pip install 'travis-cargo<0.2' --user &&
|
||||
|
|
|
@ -21,7 +21,7 @@ libc = { version = "~0.2.9", optional = true }
|
|||
ansi_term = { version = "~0.8.0", optional = true }
|
||||
strsim = { version = "~0.5.1", optional = true }
|
||||
yaml-rust = { version = "~0.3.2", optional = true }
|
||||
clippy = { version = "~0.0.85", optional = true }
|
||||
clippy = { version = "~0.0.88", optional = true }
|
||||
unicode-width = "~0.1.3"
|
||||
unicode-segmentation = "~0.1.2"
|
||||
term_size = { version = "~0.2.0", optional = true }
|
||||
|
|
Loading…
Reference in a new issue