fix gox call

This commit is contained in:
Adrian Todorov 2017-10-25 23:13:08 +02:00
parent 47533bc266
commit 4751993c27
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/mitchellh/gox
- gox -build-toolchain
after_success:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"