diff --git a/.travis.yml b/.travis.yml index f9249c13b..26410fefc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: before_install: - cd server script: - - cargo install diesel_cli -- force --no-default-features --features postgres + - cargo install --force diesel_cli --no-default-features --features postgres - diesel migration run - cargo build --all - cargo test --all