From 7fdcf6dd5d6f6c15815488dc1c9b37d8b5dd56d4 Mon Sep 17 00:00:00 2001 From: Guillaume B Date: Tue, 23 Jun 2020 17:06:48 +0200 Subject: [PATCH] Addition of formatting checks in CI (nightly toolchain) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4e226926..ca06f6df3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jobs: include: - before_script: - rustup toolchain install nightly - - rustup component add rustfmt + - rustup component add rustfmt --toolchain nightly script: - cargo +nightly fmt -- --check - script: