From 8bf5d0cca6c472aba519af2d13c49dcb02b6f803 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 28 Dec 2019 16:44:57 -0500 Subject: [PATCH] Fixing travis build. 3. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fcc5cf98e..8555d92de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"