Fixing travis build. 2.

This commit is contained in:
Dessalines 2019-12-28 16:42:20 -05:00
parent 3d9704f93b
commit 2e81a0d57a
1 changed files with 2 additions and 0 deletions

2
.travis.yml vendored
View 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"