1
0
mirror of https://github.com/Oxalide/vsphere-influxdb-go.git synced 2023-10-10 13:36:51 +02:00

fix gox call

This commit is contained in:
Adrian Todorov 2017-10-25 23:13:08 +02:00
parent 47533bc266
commit 4751993c27

View File

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