From 362e93f0b32249d7862aaf168ac5999e7c5bb71a Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Sun, 28 Jun 2020 14:32:43 +0200 Subject: [PATCH] fmt for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 688002b..6cded8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ before_script: before_install: + - rustup component add rustfmt --toolchain 1.41.0-x86_64-unknown-linux-gnu - gem install bundler - curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal - export PATH="$PATH:$HOME/.cargo/bin"