mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Adding these as global envs.
This commit is contained in:
parent
b0899cf55e
commit
556016614d
5
.travis.yml
vendored
5
.travis.yml
vendored
@ -27,8 +27,9 @@ script:
|
|||||||
- diesel migration run
|
- diesel migration run
|
||||||
- cargo test
|
- cargo test
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
global:
|
||||||
- RUST_TEST_THREADS=1
|
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||||
|
- RUST_TEST_THREADS=1
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user