From d30a2e4fac9267066dc53d71c4695843f95e6269 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 30 Jul 2018 15:07:41 +0300 Subject: Don\'t block on rustfmt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index eb3e10cff..cf47b77e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: - rustup component add clippy-preview - rustup component add rustfmt-preview script: - - cargo fmt --all -- --check + - cargo fmt --all -- --check || true - cargo clippy branches: -- cgit v1.2.3