Improve travis parameters to avoid flacky tests

This commit is contained in:
Pierre Souchay 2018-02-20 02:07:01 +01:00
parent 56d5c0bf22
commit 42aeaa5d77

View file

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