Fixing travis build. 3.
This commit is contained in:
parent
6b68d54e35
commit
8bf5d0cca6
1 changed files with 1 additions and 1 deletions
2
.travis.yml
vendored
2
.travis.yml
vendored
|
@ -20,6 +20,6 @@ script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
- LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
|
|
Reference in a new issue