mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
Update Travis build spec to more recent version of rustc (just-pre-1.18 nightly and 1.18 stable)
This commit is contained in:
parent
11b60e4de2
commit
a835c6112d
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ language: rust
|
|||
cache: cargo
|
||||
rust:
|
||||
- nightly
|
||||
- nightly-2017-01-25
|
||||
- nightly-2017-06-07
|
||||
- beta
|
||||
- stable
|
||||
- 1.13.0
|
||||
- 1.18.0
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
|
Loading…
Reference in a new issue