mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
1e46961d68
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/203 Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/38
17 lines
231 B
YAML
17 lines
231 B
YAML
language: go
|
|
|
|
go_import_path: go.opencensus.io
|
|
|
|
go:
|
|
- 1.11.x
|
|
|
|
env:
|
|
global:
|
|
GO111MODULE=on
|
|
|
|
before_script:
|
|
- make install-tools
|
|
|
|
script:
|
|
- make travis-ci
|
|
- go run internal/check/version.go # TODO move this to makefile
|