Fix .travis.yml
This commit is contained in:
parent
ea5276ad7f
commit
7a9a973c89
1 changed files with 1 additions and 0 deletions
1
.travis.yml
vendored
1
.travis.yml
vendored
|
@ -28,6 +28,7 @@ script:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||||
|
- LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||||
- RUST_TEST_THREADS=1
|
- RUST_TEST_THREADS=1
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in a new issue