set GOMAXPROCS to 4 in travis
The travis containers have 2 cores, up the GOMAXPROCS to 4 to give the runtime a little more flexibility with our tests.
This commit is contained in:
parent
7c9863ccb0
commit
420383cd53
|
@ -5,7 +5,7 @@ go:
|
|||
- 1.8
|
||||
|
||||
env:
|
||||
- CONSUL_VERSION=0.7.5 TF_CONSUL_TEST=1
|
||||
- CONSUL_VERSION=0.7.5 TF_CONSUL_TEST=1 GOMAXPROCS=4
|
||||
|
||||
# Fetch consul for the backend and provider tests
|
||||
before_install:
|
||||
|
|
Loading…
Reference in New Issue