mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 00:24:04 -08:00
8ff6938fa4
Including going to tsdb 0.7.0. Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
21 lines
301 B
YAML
21 lines
301 B
YAML
language: go
|
|
|
|
go_import_path: google.golang.org/appengine
|
|
|
|
install:
|
|
- ./travis_install.sh
|
|
|
|
script:
|
|
- ./travis_test.sh
|
|
|
|
matrix:
|
|
include:
|
|
- go: 1.8.x
|
|
env: GOAPP=true
|
|
- go: 1.9.x
|
|
env: GOAPP=true
|
|
- go: 1.10.x
|
|
env: GOAPP=false
|
|
- go: 1.11.x
|
|
env: GO111MODULE=on
|