Skip to content

Commit

Permalink
Only compile linux binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhem committed Mar 10, 2017
1 parent 0fc0ad9 commit f72c8c2
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 @@ -8,7 +8,7 @@ script: go test -v $(go list ./... | grep -v vendor)

before_deploy:
- go get github.com/mitchellh/gox
- gox -output="bin/{{.Dir}}_{{.OS}}_{{.Arch}}"
- gox -os=linux -output="bin/{{.Dir}}_{{.OS}}_{{.Arch}}"

deploy:
provider: releases
Expand Down

0 comments on commit f72c8c2

Please sign in to comment.