]> git.lizzy.rs Git - PAKEs.git/blob - .travis.yml
spake2 code reorganization (#6)
[PAKEs.git] / .travis.yml
1 language: rust
2 rust:
3   - stable
4   - beta
5   - nightly
6 matrix:
7   include:
8     - rust: 1.29.0 # lock down for consistent rustfmt behavior
9       env: RUSTFMT
10       install:
11         - rustup component add rustfmt-preview
12       script:
13         - cargo fmt -- --check
14   allow_failures:
15     - rust: nightly
16 script: cargo test --release --verbose --all