Merge #29: Travis CI: Reduce Gox parallelism to 3

1be9909 Travis CI: Reduce Gox parallelism to 3, because Travis VM's have 2 cores. (JeremyRand)

Pull request description:

  Travis VM's have 2 cores.

Tree-SHA512: e9800d49b0d9423f96e49d68e955ead37b0a1611045ef6c6ef67e7db67af18ca43bd91344e940c6249bc2d82a7ca318233e321e32ac9a76a346b76286d130042
pull/47/head
JeremyRand 7 years ago
commit f2f6fa947b
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -58,7 +58,7 @@ STATICRESULT2=$?
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