Skip to content

Commit 01ccd59

Browse files
committed
Auto merge of #539 - posborne:new-ci/remove-parallelism, r=fiveop
ci: remove thread parallelism Fixes #529, also refer to #529 which first added this for the old CI infrastructure.
2 parents f57b33b + d0a151b commit 01ccd59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ rust: stable
1313
env:
1414
global:
1515
- CRATE_NAME=nix
16+
- RUST_TEST_THREADS=1
1617

1718
# default job
1819
- TARGET=x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)