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

test travis.yml

This commit is contained in:
Adrian Todorov 2017-10-25 23:11:36 +02:00
parent a59409f16b
commit 47533bc266

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
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}}"