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

index fcc5cf98ec26f79f99b9222f40012483064b1a28..8555d92de8149bd260c11bdab020098092edb661 100644 (file)
@@ -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"