mirror of https://github.com/LemmyNet/lemmy.git
Fixing travis build. 2.
parent
7d291ee95a
commit
6b68d54e35
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue