]> git.lizzy.rs Git - PAKEs.git/blobdiff - .travis.yml
Use curve25519-dalek v1
[PAKEs.git] / .travis.yml
index e12f11185e5c3460e0a277ecaebad14d5c2343c1..8e99551b8e5cb92ecafbf3480523021395c56deb 100644 (file)
@@ -5,7 +5,7 @@ rust:
   - nightly
 matrix:
   include:
-    - rust: 1.29.0 # lock down for consistent rustfmt behavior
+    - rust: 1.31.0 # lock down for consistent rustfmt behavior
       env: RUSTFMT
       install:
         - rustup component add rustfmt-preview
@@ -13,4 +13,5 @@ matrix:
         - cargo fmt -- --check
   allow_failures:
     - rust: nightly
+    - env: RUSTFMT
 script: cargo test --release --verbose --all