Fixing travis build. 3.

This commit is contained in:
Dessalines 2019-12-28 16:44:57 -05:00
parent 2e81a0d57a
commit 331aecbba6

2
.travis.yml vendored
View file

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