diff options
author | Brian Warner <warner@lothar.com> | 2018-10-16 15:07:07 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-10-16 15:07:26 -0700 |
commit | 6516978c0baa72df8ad0b6b66c07081eaa47cb18 (patch) | |
tree | aada1c0a3808c6b90c6c4384735f8970f6cea849 | |
parent | e9be1ed5f26a5bd9588f4aea7ec103cf053fd496 (diff) | |
download | PAKEs-6516978c0baa72df8ad0b6b66c07081eaa47cb18.tar.xz |
travis: cargo fmt now wants --check
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e23b82e..e12f111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: install: - rustup component add rustfmt-preview script: - - cargo fmt -- --write-mode=diff + - cargo fmt -- --check allow_failures: - rust: nightly script: cargo test --release --verbose --all |