[Revert] Do not run tests in parallel since it breaks randomly

This is causing timeouts on Travis (more than 10min tests)
This commit is contained in:
Pierre Souchay 2018-02-19 23:34:53 +01:00
parent a849d1aa7f
commit 528de0ffff

View file

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