Updated travis to run tests in single threaded fashion

This commit is contained in:
Jedrzej Stuczynski
2020-02-25 16:34:43 +00:00
parent 732bf7472e
commit b27ebc3eed
+2
View File
@@ -7,6 +7,8 @@ jobs:
allow_failures:
- rust: nightly
fast_finish: true
env:
- RUST_TEST_THREADS=1
before_script:
- rustup component add rustfmt
script: