From 1637de0a333b49f6fd609e20768991912bcfa395 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Thu, 15 Dec 2016 15:59:50 -0500 Subject: [PATCH] Try using 1 test thread to avoid postgres deadlocks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c74c9f2ec1..5c385dc8960 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: script: - cargo build - - cargo test + - cargo test -- --test-threads=1 - yarn run test after_success: