Skip to content

Commit

Permalink
TravisCI Integration gox install
Browse files Browse the repository at this point in the history
  • Loading branch information
guneysus committed Mar 7, 2019
1 parent bab31a9 commit 55bd214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
- GO_FOR_RELEASE=1.11
- GO111MODULE=on

before_install:
- go get github.com/mitchellh/gox

script:
- go get -t -v
- gox -os="linux darwin windows" -arch="amd64" -verbose
Expand Down

0 comments on commit 55bd214

Please sign in to comment.