mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 06:36:14 +00:00
Travis
This commit is contained in:
parent
2d3e87fe1e
commit
257302a274
|
@ -21,5 +21,11 @@ script:
|
||||||
- cargo test --all
|
- cargo test --all
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
||||||
|
global:
|
||||||
|
- PGPORT=5433
|
||||||
addons:
|
addons:
|
||||||
postgresql: "11.2"
|
postgresql: "10"
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- postgresql-10
|
||||||
|
- postgresql-client-10
|
||||||
|
|
Loading…
Reference in a new issue