Merge pull request #1590 from dtolnay/manifest

Work around failing to parse manifest in 1.27 and 1.28 builds
This commit is contained in:
David Tolnay 2019-07-28 10:32:14 -07:00 committed by GitHub
commit 71efd8ffda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,13 @@ matrix:
- rust: 1.21.0
- rust: 1.25.0
- rust: 1.26.0
# Work around failing to parse manifest because editions are unstable.
- rust: 1.27.0
before_script: sed -i /test_suite/d Cargo.toml
- rust: 1.28.0
before_script: sed -i /test_suite/d Cargo.toml
- rust: 1.34.0
- rust: 1.36.0