Files
vsphere-influxdb-go/.travis.yml
Adrian Todorov 47533bc266 test travis.yml
2017-10-25 23:11:36 +02:00

12 lines
213 B
YAML

language: go
go:
- 1.8
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}}"