mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 16:39:55 +00:00
Adding these as global envs.
This commit is contained in:
parent
ae4a57e035
commit
c421a80102
1 changed files with 3 additions and 2 deletions
5
.travis.yml
vendored
5
.travis.yml
vendored
|
@ -27,8 +27,9 @@ script:
|
|||
- diesel migration run
|
||||
- cargo test
|
||||
env:
|
||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
- RUST_TEST_THREADS=1
|
||||
global:
|
||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
- RUST_TEST_THREADS=1
|
||||
|
||||
addons:
|
||||
postgresql: "9.4"
|
||||
|
|
Loading…
Reference in a new issue