Work around failing to parse manifest in 1.27 and 1.28 builds

This commit is contained in:
David Tolnay 2019-07-28 10:07:15 -07:00
parent ce75418e40
commit 9bb196ae6e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

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