From e36700881cfb5b6d693de2a272192577b1d2351f Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Wed, 16 Oct 2019 18:33:00 -0400 Subject: [PATCH] Switch rustup to minimal mode Should speed up the build especially on Windows --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2fecfe4..9387eea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ cache: - cargo before_script: + - rustup set profile minimal - rustup update - rustup component add clippy - rustup component add rustfmt