Skip to content

Commit e28f808

Browse files
Fix rustup invocation
1 parent cc824b3 commit e28f808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22

33
before_install:
4-
- rustup component clippy rustfmt
4+
- rustup component add clippy rustfmt
55

66
rust:
77
- stable

0 commit comments

Comments
 (0)