]> git.lizzy.rs Git - PAKEs.git/blobdiff - .travis.yml
document MSRV, remove 1.31.1 from travis
[PAKEs.git] / .travis.yml
index f52c7fef9c291831fcce9a7bed0a40c24a258a90..1e9759770333bf58373028c3840e52ac19947279 100644 (file)
@@ -3,7 +3,6 @@ rust:
   - stable
   - beta
   - nightly
-  - 1.31.1
   - 1.32.0
 matrix:
   include:
@@ -16,5 +15,4 @@ matrix:
   allow_failures:
     - rust: nightly
     - env: RUSTFMT
-    - rust: 1.31.1
 script: cargo test --release --verbose --all