vsphere-influxdb-go/.travis.yml

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}}"