travis.yml: don't create darwin/386 builds

This commit is contained in:
Felix Lange 2016-11-03 11:18:03 +01:00
parent d0c820acd6
commit 0970896c88

View file

@ -45,9 +45,7 @@ matrix:
- azure-osx - azure-osx
script: script:
- go run build/ci.go install - go run build/ci.go install
- go run build/ci.go archive -type zip -signer OSX_SIGNING_KEY -upload gethstore/builds - go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds
- go run build/ci.go install -arch 386
- go run build/ci.go archive -arch 386 -type zip -signer OSX_SIGNING_KEY -upload gethstore/builds
install: install:
- go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/cover