]> Untitled Git - lemmy.git/commitdiff
Fixing travis build. 5.
authorDessalines <tyhou13@gmx.com>
Sat, 28 Dec 2019 21:50:59 +0000 (16:50 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 28 Dec 2019 21:50:59 +0000 (16:50 -0500)
.travis.yml

index 4465afd580c705a89b75151cb003bae5e6552aa1..1e4d4244ffefccd669b0e262de41be61c93b7d09 100644 (file)
@@ -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"