]> git.lizzy.rs Git - PAKEs.git/commitdiff
travis: exercise 1.31.1 and 1.32
authorBrian Warner <warner@lothar.com>
Wed, 7 Aug 2019 17:49:56 +0000 (10:49 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 7 Aug 2019 17:51:25 +0000 (10:51 -0700)
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

.travis.yml

index 8e99551b8e5cb92ecafbf3480523021395c56deb..1a148cc23bd11111459400f4626a2a18869c303a 100644 (file)
@@ -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