Update serde_derive minimum rustc version to 1.31

This commit is contained in:
David Tolnay 2019-08-16 09:43:02 -07:00
parent 273ecdb786
commit 8ad6ae71c6
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -39,11 +39,6 @@ matrix:
- cd "${TRAVIS_BUILD_DIR}/serde_test"
- cargo build
- rust: 1.15.0
script:
- cd "${TRAVIS_BUILD_DIR}/serde_derive"
- cargo build
- rust: 1.19.0
- rust: 1.20.0
- rust: 1.21.0
@ -56,6 +51,11 @@ matrix:
- rust: 1.28.0
before_script: sed -i /test_suite/d Cargo.toml
- rust: 1.31.0
script:
- cd "${TRAVIS_BUILD_DIR}/serde_derive"
- cargo build
- rust: 1.34.0
- rust: 1.36.0