From 762b885c076a1b376e5e8d64b43b253614a6203d Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Mon, 17 Jun 2019 23:13:06 +0700 Subject: [PATCH] ci: Do not install addons on rustfmt build jobs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a13fca22930..c093938a35b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ matrix: - name: "rustfmt" env: TARGET=x86_64-unknown-linux-gnu rust: stable + addons: before_script: - rustup component add rustfmt script: