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:
parent
a59409f16b
commit
47533bc266
11
.travis.yml
Normal file
11
.travis.yml
Normal 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}}"
|
||||
|
Loading…
Reference in New Issue
Block a user