Revert "Change .travis.yml, set parallel to 1 to pass tests"

This reverts commit e7d1668347c751104ccebcd384f9ab742d9e0f55.
This commit is contained in:
Pierre Souchay 2018-02-22 14:16:24 +01:00
parent 0eaf62ce68
commit 7c61a2eb05
1 changed files with 1 additions and 1 deletions

View File

@ -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