Skip to content

Commit

Permalink
build for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Oct 6, 2015
1 parent 91234fc commit c25b609
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 @@ -4,7 +4,7 @@ go:
env: PATH=/home/travis/gopath/bin:$PATH
script:
- go get github.com/mitchellh/gox
- gox -build-toolchain -osarch=linux/386
- gox -build-toolchain -osarch=linux/amd64
- make lint
- make cover
- make build
Expand Down

0 comments on commit c25b609

Please sign in to comment.