travis: reduce number of parallel builds to avoid "Killed" error

This commit is contained in:
Nick Craig-Wood 2017-06-19 08:16:35 +01:00
parent 54e37be591
commit 5ed4bc97f3
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ upload_beta:
travis_beta:
git log $(LAST_TAG).. > /tmp/git-log.txt
go run bin/cross-compile.go -release beta-latest -git-log /tmp/git-log.txt -exclude "^windows/" $(BUILDTAGS) $(TAG)β
go run bin/cross-compile.go -release beta-latest -git-log /tmp/git-log.txt -exclude "^windows/" -parallel 8 $(BUILDTAGS) $(TAG)β
rclone --config bin/travis.rclone.conf -v copy --exclude '*beta-latest*' build/ memstore:beta-rclone-org/$(TAG)
rclone --config bin/travis.rclone.conf -v copy --include '*beta-latest*' build/ memstore:beta-rclone-org
@echo Beta release ready at $(BETA_URL)