From: Dessalines Date: Sat, 28 Dec 2019 21:50:59 +0000 (-0500) Subject: Fixing travis build. 5. X-Git-Url: http://these/git/?a=commitdiff_plain;h=38d6db6d8196a73db0a4091290e61a5c3354cc09;p=lemmy.git Fixing travis build. 5. --- 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"