Skip to content

Commit

Permalink
Update serde_derive minimum rustc version to 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 16, 2019
1 parent 273ecdb commit 8ad6ae7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8ad6ae7

Please sign in to comment.