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

View File

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