Also build against oldest supported Rust compiler on CI

This commit is contained in:
timvisee 2019-03-03 15:24:07 +01:00
parent 680e41268f
commit 2e194086d6
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -51,10 +51,10 @@ rust-nightly:
<<: *check-base
variables:
RUST_VERSION: nightly
# rust-old:
# <<: *check-base
# variables:
# RUST_VERSION: "1.26"
rust-oldest:
<<: *check-base
variables:
RUST_VERSION: "1.31"
# Build using Rust stable
build: