This commit is contained in:
Dessalines 2019-04-06 08:40:32 -07:00
parent 2a3c99aaaf
commit e992503dc9
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@ services:
before_script:
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
- psql -c 'create database rrr with owner rrr;' -U postgres
script:
before_install:
- cd server
script:
- cargo install diesel_cli --no-default-features --features postgres
- cargo install
- diesel migration run