consul/.travis.yml
Pierre Souchay d15f9d9f8c [Revert] Do not run tests in parallel since it breaks randomly
This is causing timeouts on Travis (more than 10min tests)
2018-02-19 23:34:57 +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