mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-19 15:06:25 +01:00
10 lines
86 B
YAML
10 lines
86 B
YAML
|
language: go
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
go:
|
||
|
- 1.4
|
||
|
|
||
|
install: go get -v -t ./...
|
||
|
script: make test
|