From 7c61a2eb0570ee657bc22f131d3d17facec406b1 Mon Sep 17 00:00:00 2001 From: Pierre Souchay Date: Thu, 22 Feb 2018 14:16:24 +0100 Subject: [PATCH] Revert "Change .travis.yml, set parallel to 1 to pass tests" This reverts commit e7d1668347c751104ccebcd384f9ab742d9e0f55. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8527e3ee3..7d99c9bd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ branches: - master script: - - GOTEST_FLAGS="-p 2 -parallel 1" make test + - GOTEST_FLAGS="-p 2 -parallel 2" make test sudo: false