13: Rustup minimal mode r=bspeice a=bspeice

Should speed up the build especially on Windows.

bors r+

Co-authored-by: Bradlee Speice <bradlee.speice@gmail.com>
pull/14/head
bors[bot] 2019-10-16 22:35:13 +00:00 committed by GitHub
commit 83e95b18d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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