Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
without win binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen authored May 5, 2017
1 parent 20c8eb8 commit 9d65ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d65ace

Please sign in to comment.