diff options
author | Paul Hummer <paul@eventuallyanyway.com> | 2018-05-18 19:46:52 -0600 |
---|---|---|
committer | Paul Hummer <paul@eventuallyanyway.com> | 2018-05-18 19:46:52 -0600 |
commit | 1b30e664845acd4dc606be61a1337f5bbffee7e7 (patch) | |
tree | 88d77717c2d8ee878ccc610a06105c0f9748fe11 | |
parent | 5f434a7249e81556523509787c22d5897f6d91d1 (diff) |
Only run a single test at a time
♬ : Fenix TX / Threesome
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5c5f42a..5f5dfab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,5 @@ matrix: allow_failures: - rust: beta - rust: nightly +env: + - RUST_TEST_THREADS=1 |