Add travis builds on every version in build.rs

This commit is contained in:
David Tolnay 2019-07-28 08:36:06 -07:00
parent 3ae2bee272
commit e7269ac84e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -44,10 +44,13 @@ matrix:
- cd "${TRAVIS_BUILD_DIR}/serde_derive"
- cargo build
- rust: 1.19.0
- rust: 1.20.0
- rust: 1.21.0
- rust: 1.25.0
- rust: 1.26.0
- rust: 1.27.0
- rust: 1.28.0
- rust: 1.34.0
- rust: 1.36.0