diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-06-17 17:26:33 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-06-17 17:26:33 -0400 |
| commit | f9c86687fd03a787436f9975c44d25833291ea6f (patch) | |
| tree | b2510fdf0f66764693c079c51dc9f38bca0900d4 /.travis.yml | |
| parent | f616cde39e94661d0161c043a1e3b0665dec896d (diff) | |
Add missing dependencies for rustfmt Travis pass.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4292ca5..e2656f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rust: cache: cargo install: - - rustup component add clippy + - rustup component add clippy rustfmt - cargo install cargo-udeps - cargo build |
