From ff7a191892072b2301a41811f0ee7ff0b8ff798c Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 14 May 2018 10:39:49 +0200 Subject: [PATCH] Remove the style check on travis (#186) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4a38f007..15ff4036 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,6 @@ matrix: - rust: stable script: - - cargo fmt -- --write-mode=diff + #- cargo fmt -- --write-mode=diff - cargo check --all - cargo test --all