summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-07-10 14:45:34 -0400
committerDessalines <tyhou13@gmx.com>2020-07-10 14:45:34 -0400
commit7a9a973c897ee9ebd68c071e2e17e561567004b6 (patch)
treee428a2fb3206b87760039fd38fb3a06e2c5d0337 /.travis.yml
parentea5276ad7f3f76c31452f2ad5280b44600bbfbcc (diff)
Fix .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 71fbac3f..9541afaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: