Fixing travis build. 3.

This commit is contained in:
Dessalines 2019-12-28 16:44:57 -05:00
parent 6b68d54e35
commit 8bf5d0cca6

2
.travis.yml vendored
View file

@ -20,6 +20,6 @@ script:
- cargo build - cargo build
- cargo test - cargo test
env: env:
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy - LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
addons: addons:
postgresql: "9.4" postgresql: "9.4"