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:
James Bardin 2017-03-15 12:05:44 -04:00
parent 7c9863ccb0
commit 420383cd53
1 changed files with 1 additions and 1 deletions

View File

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