1
0
mirror of https://github.com/Oxalide/vsphere-influxdb-go.git synced 2023-10-10 13:36:51 +02:00
vsphere-influxdb-go/.travis.yml
Adrian Todorov 4751993c27 fix gox call
2017-10-25 23:13:08 +02:00

11 lines
188 B
YAML

language: go
go:
- 1.8
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/mitchellh/gox
after_success:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"