mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
8ff6938fa4
Including going to tsdb 0.7.0. Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
18 lines
231 B
YAML
18 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
|