mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-19 03:25:29 +00:00
Fixing travis build. 2.
This commit is contained in:
parent
3d9704f93b
commit
2e81a0d57a
2
.travis.yml
vendored
2
.travis.yml
vendored
@ -19,5 +19,7 @@ script:
|
|||||||
- diesel migration run
|
- diesel migration run
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
|
env:
|
||||||
|
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user