From: Brian Warner Date: Wed, 17 Oct 2018 18:06:24 +0000 (-0700) Subject: travis: allow rustfmt to fail X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=abb0dc09dbb7971da2ce16c974d5d4980ae969df;p=PAKEs.git travis: allow rustfmt to fail I'm on the fence about this, but I have to admit that having your PR fail because of formatting issues isn't a great experience for new contributors. We will need to run `cargo fmt` ourselves on a regular basis. --- diff --git a/.travis.yml b/.travis.yml index e12f111..da26702 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,5 @@ matrix: - cargo fmt -- --check allow_failures: - rust: nightly + - env: RUSTFMT script: cargo test --release --verbose --all