mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
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:
|
||||
global:
|
||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
- LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
- RUST_TEST_THREADS=1
|
||||
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue