mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
Merge pull request #1371 from andrewmiller1/v3-master-travis-targets
test: remove support for old and stable targets
This commit is contained in:
commit
c8f393b3b1
1 changed files with 0 additions and 5 deletions
|
@ -3,13 +3,8 @@ language: rust
|
|||
cache: cargo
|
||||
rust:
|
||||
- nightly
|
||||
- nightly-2018-06-19
|
||||
- beta
|
||||
- stable
|
||||
- 1.20.0
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
before_script:
|
||||
- |
|
||||
pip install git+git://github.com/kbknapp/travis-cargo.git --user &&
|
||||
|
|
Loading…
Reference in a new issue