summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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"