Skip to content

Commit

Permalink
Adding force to the failing diesel install.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 14, 2020
1 parent aaa6481 commit 1cf97a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
# Default checks, but fail if anything is detected
- cargo build
- cargo clippy -- -D clippy::style -D clippy::correctness -D clippy::complexity -D clippy::perf
- cargo install diesel_cli --no-default-features --features postgres
- cargo install diesel_cli --no-default-features --features postgres --force
- diesel migration run
- cargo test
env:
Expand Down

0 comments on commit 1cf97a8

Please sign in to comment.