mirror of https://github.com/LemmyNet/lemmy.git
Fixing travis build. 5.
parent
92825f4c98
commit
38d6db6d81
|
@ -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 New Issue