summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-12-28 16:44:57 -0500
committerDessalines <tyhou13@gmx.com>2019-12-28 16:44:57 -0500
commit331aecbba63fed7f99a6e5edf047984cdd1b6a7c (patch)
treef7c7864875cc81edc25f3fd0c3cd624223b7618f /.travis.yml
parent2e81a0d57a1835046a7b1495a9c914296afc00e6 (diff)
Fixing travis build. 3.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fcc5cf98..8555d92d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,6 @@ script:
- cargo build
- cargo test
env:
- - DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
+ - LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
addons:
postgresql: "9.4"