From e18433be614af670db2d618ac90c64bf9d4a8a63 Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Fri, 12 Oct 2018 11:37:02 -0400 Subject: [PATCH] fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d301acf..8d8f57e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: - name: "rustfmt" rust: nightly before_script: rustup component add rustfmt-preview - script: cargo fmt --all -- check + script: cargo fmt --all -- --check allow_failures: - rust: nightly