Skip to content

Commit

Permalink
Auto merge of #539 - posborne:new-ci/remove-parallelism, r=fiveop
Browse files Browse the repository at this point in the history
ci: remove thread parallelism

Fixes #529, also refer to
#529 which first added this
for the old CI infrastructure.
  • Loading branch information
homu committed Feb 27, 2017
2 parents f57b33b + d0a151b commit 01ccd59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rust: stable
env:
global:
- CRATE_NAME=nix
- RUST_TEST_THREADS=1

# default job
- TARGET=x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 01ccd59

Please sign in to comment.