mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 18:04:01 +00:00
Fixing travis build. 5.
This commit is contained in:
parent
92825f4c98
commit
38d6db6d81
1 changed files with 1 additions and 1 deletions
2
.travis.yml
vendored
2
.travis.yml
vendored
|
@ -21,6 +21,6 @@ script:
|
||||||
- diesel migration run
|
- diesel migration run
|
||||||
- cargo test
|
- cargo test
|
||||||
env:
|
env:
|
||||||
- LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
|
|
Loading…
Reference in a new issue