mirror of https://github.com/status-im/consul.git
Change .travis.yml, set parallel to 1 to pass tests
This commit is contained in:
parent
048db1d033
commit
e7d1668347
|
@ -8,6 +8,6 @@ branches:
|
|||
- master
|
||||
|
||||
script:
|
||||
- GOTEST_FLAGS="-p 2 -parallel 2" make test
|
||||
- GOTEST_FLAGS="-p 2 -parallel 1" make test
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in New Issue