Skip to content

Commit c8cd197

Browse files
committed
Install diesel_cli in release mode on CI
I'm assuming this was compiled with `--debug` previously to reduce build times. Now that `cargo target` is cached on CI, it seems fine to build this with optimizations enabled.
1 parent 18b7cd6 commit c8cd197

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
@@ -21,7 +21,7 @@ before_install:
2121
- nvm install 8
2222

2323
install:
24-
- cargo install --force diesel_cli --vers 1.0.0-rc1 --debug --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
24+
- cargo install --force diesel_cli --vers 1.0.0 --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
2525

2626
before_script:
2727
- diesel database setup

0 commit comments

Comments
 (0)