Skip to content

Commit

Permalink
Oops - gox no longer requires -build-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrowning committed Aug 12, 2016
1 parent 6bf2553 commit 8cdbe70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ go:
- 1.6
before_install:
- go get github.com/mitchellh/gox
- gox -build-toolchain
- go get github.com/inconshreveable/mousetrap
after_success:
- gox -os="linux darwin windows" -arch="amd64" -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
Expand Down

0 comments on commit 8cdbe70

Please sign in to comment.