mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-13 11:10:59 +00:00
Travis
This commit is contained in:
parent
2a3c99aaaf
commit
e992503dc9
|
@ -13,8 +13,9 @@ services:
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
|
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
|
||||||
- psql -c 'create database rrr with owner rrr;' -U postgres
|
- psql -c 'create database rrr with owner rrr;' -U postgres
|
||||||
script:
|
before_install:
|
||||||
- cd server
|
- cd server
|
||||||
|
script:
|
||||||
- cargo install diesel_cli --no-default-features --features postgres
|
- cargo install diesel_cli --no-default-features --features postgres
|
||||||
- cargo install
|
- cargo install
|
||||||
- diesel migration run
|
- diesel migration run
|
||||||
|
|
Loading…
Reference in a new issue