From 2e81a0d57a1835046a7b1495a9c914296afc00e6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 28 Dec 2019 16:42:20 -0500 Subject: Fixing travis build. 2. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 100ff7a6..fcc5cf98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,7 @@ script: - diesel migration run - cargo build - cargo test +env: + - DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy addons: postgresql: "9.4" -- cgit v1.2.3