]> Untitled Git - lemmy.git/commitdiff
Fixing travis build. 2.
authorDessalines <tyhou13@gmx.com>
Sat, 28 Dec 2019 21:42:20 +0000 (16:42 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 28 Dec 2019 21:42:20 +0000 (16:42 -0500)
.travis.yml

index 100ff7a675b5fdde4a758b5dbda29d54704b5761..fcc5cf98ec26f79f99b9222f40012483064b1a28 100644 (file)
@@ -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"