aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2019-08-07 10:49:56 -0700
committerBrian Warner <warner@lothar.com>2019-08-07 10:51:25 -0700
commit6bbe308879eea68e2c370698f2ba792de85d15e3 (patch)
tree80887763e137b371b430e7fd2f3c9f5d00e52491
parent902c728f9fce974e468b3fd313199d68634392b7 (diff)
downloadPAKEs-6bbe308879eea68e2c370698f2ba792de85d15e3.tar.xz
travis: exercise 1.31.1 and 1.32
1.31.1 is our intended MSRV (Minimum Supported Rust Version), but we probably don't actually work there because of an insufficiently-constrained dependency that requires 1.32. 1.32 is probably our actual MSRV, and will be the one we aim for going forward. refs #21
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e99551..1a148cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ rust:
- stable
- beta
- nightly
+ - 1.31.1
+ - 1.32
matrix:
include:
- rust: 1.31.0 # lock down for consistent rustfmt behavior
@@ -14,4 +16,5 @@ matrix:
allow_failures:
- rust: nightly
- env: RUSTFMT
+ - rust: 1.31.1
script: cargo test --release --verbose --all