From 1b30e664845acd4dc606be61a1337f5bbffee7e7 Mon Sep 17 00:00:00 2001 From: Paul Hummer Date: Fri, 18 May 2018 19:46:52 -0600 Subject: Only run a single test at a time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ♬ : Fenix TX / Threesome --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3