Fixing travis build. 5.

pull/396/head
Dessalines 2019-12-28 16:50:59 -05:00
parent a42e2af203
commit 8a9f1dbb59
1 changed files with 1 additions and 1 deletions

2
.travis.yml vendored
View File

@ -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"