Travis CI: Reduce Gox parallelism to 3, because Travis VM's have 2 cores.

pull/29/head
JeremyRand 7 years ago
parent bd2f2a0e13
commit 1be990949d
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -16,7 +16,7 @@ fi
echo Cross-compiling releases...
mkdir -p "$GOPATH/releasing/idist" "$GOPATH/releasing/dist"
GOX_PARA=15
GOX_PARA=3
# cgo crosscompile
REPOS="github.com/$TRAVIS_REPO_SLUG/..."

Loading…
Cancel
Save