summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-12-28 16:50:59 -0500
committerDessalines <tyhou13@gmx.com>2019-12-28 16:50:59 -0500
commit38d6db6d8196a73db0a4091290e61a5c3354cc09 (patch)
tree3c0eca765521c24297744cbaf105bf4afca85193 /.travis.yml
parent92825f4c9814ba28b3e8af579a5decb84efe0455 (diff)
Fixing travis build. 5.
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 4465afd5..1e4d4244 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,6 @@ script:
- diesel migration run
- cargo test
env:
- - LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
+ - DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
addons:
postgresql: "9.4"