mirror of https://github.com/LemmyNet/lemmy.git
Travis
parent
a246d5ee58
commit
15b6e23364
|
@ -8,8 +8,6 @@ matrix:
|
||||||
before_cache:
|
before_cache:
|
||||||
- cd server
|
- cd server
|
||||||
cache: cargo
|
cache: cargo
|
||||||
services:
|
|
||||||
- postgresql
|
|
||||||
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
|
||||||
|
@ -23,3 +21,5 @@ script:
|
||||||
- cargo test --all
|
- cargo test --all
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
||||||
|
addons:
|
||||||
|
postgresql: "9.4"
|
||||||
|
|
Loading…
Reference in New Issue