Skip to content

Commit 4187292

Browse files
committed
--force cargo to get the latest version of rustfmt
— Elliot Jackson <elliot@elliotekj.com>
1 parent f26de67 commit 4187292

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
@@ -18,7 +18,7 @@ install:
1818
- yarn
1919
- yarn run bower install
2020
- cargo install --force diesel_cli --debug --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
21-
- cargo install rustfmt
21+
- cargo install --force rustfmt
2222
- rustfmt --version
2323

2424
before_script:

0 commit comments

Comments
 (0)