From 9d65ace41bcc47b9451da7dc3d472d0a98be67e7 Mon Sep 17 00:00:00 2001 From: Kirill Merkushev Date: Fri, 5 May 2017 11:50:20 +0300 Subject: [PATCH] without win binaries --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6fc25a8..6e911c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ services: script: - go test -race -coverprofile=coverage.txt -covermode=atomic -coverpkg . - GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build - - gox -os "linux darwin windows" -arch "amd64" -osarch="windows/386" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" + - gox -os "linux darwin" -arch "amd64" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" before_install: - go get -u github.com/kardianos/govendor