Adding these as global envs.
This commit is contained in:
parent
b0899cf55e
commit
556016614d
1 changed files with 3 additions and 2 deletions
1
.travis.yml
vendored
1
.travis.yml
vendored
|
@ -27,6 +27,7 @@ script:
|
|||
- diesel migration run
|
||||
- cargo test
|
||||
env:
|
||||
global:
|
||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
- RUST_TEST_THREADS=1
|
||||
|
||||
|
|
Reference in a new issue