diff --git a/.travis.yml b/.travis.yml index 7041ae8d65..bf149680d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ before_script: - rustup component add rustfmt script: - cargo build - - cargo test + - cargo test -- --test-threads=1 - cargo fmt -- --check \ No newline at end of file