Skip to content

Commit 6f8b801

Browse files
committed
Use diesel_cli 0.13.0 on Travis
The build is failing because Diesel 0.14 requires Rust 1.18. We just need to update clippy, but that will take a bit of time and we need the build to be passing.
1 parent cf28cac commit 6f8b801

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
@@ -17,7 +17,7 @@ before_install:
1717
install:
1818
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
1919
- yarn install
20-
- cargo install --force diesel_cli --debug --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
20+
- cargo install --force diesel_cli --vers 0.13.0 --debug --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
2121
- cargo install --force rustfmt
2222
- rustfmt --version
2323

0 commit comments

Comments
 (0)