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
2017-10-26 23:17:28 +02:00

13 lines
175 B
YAML

language: go
install: true
go:
- 1.8
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/mitchellh/gox
script:
- go get -t ./...
- gox