Adding these as global envs.

pull/722/head
Dessalines 2020-01-14 09:23:41 -05:00
parent ae4a57e035
commit c421a80102
1 changed files with 3 additions and 2 deletions

1
.travis.yml vendored
View File

@ -27,6 +27,7 @@ script:
- diesel migration run - diesel migration run
- cargo test - cargo test
env: env:
global:
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy - DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
- RUST_TEST_THREADS=1 - RUST_TEST_THREADS=1