From 38d6db6d8196a73db0a4091290e61a5c3354cc09 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 28 Dec 2019 16:50:59 -0500 Subject: Fixing travis build. 5. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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" -- cgit v1.2.3