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