Finish pushing the minimum Rust to 1.31.0

This commit is contained in:
Dale Wijnand 2018-12-07 17:36:54 +01:00
parent 8af0a934fe
commit 5aebc8af14
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF

View File

@ -25,5 +25,5 @@ test_script:
# we don't have ci time to run the full `cargo test` with `minimal-versions` like
# - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
# so we just run `cargo check --tests` like
- if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +1.28.0 check --tests
- if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +1.31.0 check --tests
- if NOT defined MINIMAL_VERSIONS cargo test