mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
13 lines
102 B
YAML
13 lines
102 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
|
|
before_install:
|
|
- make vendor
|
|
|
|
script:
|
|
- make check test
|