Skip to content

Commit

Permalink
Use gox for build
Browse files Browse the repository at this point in the history
  • Loading branch information
rbayliss committed Feb 9, 2016
1 parent f8caa57 commit 1503659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ go:

install:
- go get github.com/codegangsta/cli
- go get github.com/mitchellh/gox

script:
- go build
- gox --osarch="darwin/amd64"

deploy:
provider: releases
Expand Down

0 comments on commit 1503659

Please sign in to comment.