Added clippy component installation to Travis CI yml file.

This commit is contained in:
Luke Anderson 2019-03-12 22:36:20 +11:00
parent 6bc977b9e6
commit ed5f697118
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -21,3 +21,4 @@ matrix:
fast_finish: true fast_finish: true
install: install:
- rustup component add rustfmt - rustup component add rustfmt
- rustup component add clippy