From 6272148d1f78e9292cc3f42bc53bf547cedd13ef Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Wed, 21 Feb 2018 11:58:51 +0000 Subject: [PATCH] Try parallel packages but not tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8594bb6ad..df04206ed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ branches: - master script: - - GOTEST_FLAGS="-p 1 -parallel 1" make test + - GOTEST_FLAGS="-p 3 -parallel 1" make test sudo: true