Switch rustup to minimal mode

Should speed up the build especially on Windows
pull/13/head
Bradlee Speice 2019-10-16 18:33:00 -04:00
parent a97a2df9c4
commit e36700881c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ cache:
- cargo
before_script:
- rustup set profile minimal
- rustup update
- rustup component add clippy
- rustup component add rustfmt