Add `--test-threads 1` for travis.

This commit is contained in:
c0gent 2018-08-31 11:55:54 -07:00 committed by Nick Sanders
parent 8ac8bef66c
commit 56198e3e1f
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ script:
- cargo +${RUST_NEXT} clippy --all-features -- --deny clippy
- cargo +${RUST_NEXT} clippy --all-features --tests -- --deny clippy
- cargo +${RUST_NEXT} fmt -- --check
- cargo test --all-features --release
- cargo test --all-features --release -- --test-threads 1