From 8a9f1dbb597d6aef2637e599217b8a8fde0fb72a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 28 Dec 2019 16:50:59 -0500 Subject: [PATCH] Fixing travis build. 5. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4465afd58..1e4d4244f 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"