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

13 lines
175 B
YAML
Raw Normal View History

2017-10-25 23:11:36 +02:00
language: go
2017-10-26 23:17:28 +02:00
install: true
2017-10-25 23:11:36 +02:00
go:
- 1.8
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
2017-10-26 23:17:28 +02:00
- go get github.com/mitchellh/gox
script:
- go get -t ./...
- gox
2017-10-25 23:11:36 +02:00