Merge pull request #1371 from andrewmiller1/v3-master-travis-targets

test: remove support for old and stable targets
This commit is contained in:
Kevin K 2018-11-13 18:19:16 -05:00 committed by GitHub
commit c8f393b3b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 &&