Skip to content

Commit 3a8c712

Browse files
Merge pull request #777 from elliotekj/fix-diesel-cli-in-travis
Force Travis to get the latest versions of diesel_cli and rustfmt
2 parents 51cddd9 + 4187292 commit 3a8c712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ install:
1717
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
1818
- yarn
1919
- yarn run bower install
20-
- cargo install diesel_cli --debug --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
21-
- cargo install rustfmt
20+
- cargo install --force diesel_cli --debug --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
21+
- cargo install --force rustfmt
2222
- rustfmt --version
2323

2424
before_script:

0 commit comments

Comments
 (0)