Improve travis parameters to avoid flacky tests, use -p 3

This commit is contained in:
Pierre Souchay 2018-02-20 02:14:58 +01:00
parent 0861b8b1f9
commit 5dd77e132f
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ branches:
- master
script:
- GOTEST_FLAGS="-p 4 -parallel 1" make test
- GOTEST_FLAGS="-p 3 -parallel 1" make test
sudo: false