Where to find diesel.

This commit is contained in:
Rasmus Kaj 2016-06-04 23:28:37 +02:00
parent a4ea9b2e43
commit 71fda486d1

View File

@ -4,5 +4,5 @@ services:
before_script: before_script:
- echo "DATABASE_URL='postgres://localhost/rphotos'" > .env - echo "DATABASE_URL='postgres://localhost/rphotos'" > .env
- cargo install -v diesel_cli --no-default-features --features postgres - cargo install -v diesel_cli --no-default-features --features postgres
- diesel setup - $HOME/.cargo/bin/diesel setup
- diesel migration run - $HOME/.cargo/bin/diesel migration run