Fix .travis.yml

pull/930/head
Dessalines 2020-07-10 14:45:34 -04:00
parent ea5276ad7f
commit 7a9a973c89
1 changed files with 1 additions and 0 deletions

1
.travis.yml vendored
View File

@ -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: