open-consul/.travis.yml
Pierre Souchay 7c61a2eb05 Revert "Change .travis.yml, set parallel to 1 to pass tests"
This reverts commit e7d1668347c751104ccebcd384f9ab742d9e0f55.
2018-02-22 14:16:24 +01:00

14 lines
126 B
YAML

language: go
go:
- 1.x
branches:
only:
- master
script:
- GOTEST_FLAGS="-p 2 -parallel 2" make test
sudo: false