summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-13 21:02:04 -0500
committerDessalines <tyhou13@gmx.com>2020-01-13 21:02:04 -0500
commit498ec2d8e07dd341df6e29f93f77fad8f6c4fea3 (patch)
treebb5a6681ae2c3fbeefceee5f250a1a798ebf0d84 /.travis.yml
parent8f32b84b5ab44e4b72b0ff7e7f4515a0a4835185 (diff)
Fix testing by using RUST_TEST_THREADS=1.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 78423282..32351c8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,5 +27,7 @@ script:
- cargo test
env:
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
+ - RUST_TEST_THREADS=1
+
addons:
postgresql: "9.4"