mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 23:54:05 -08:00
86ff4a1717
Pinned github.com/googleapis/gnostic as they introduced braking change. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
19 lines
263 B
YAML
19 lines
263 B
YAML
language: go
|
|
|
|
go_import_path: google.golang.org/appengine
|
|
|
|
install:
|
|
- ./travis_install.sh
|
|
|
|
script:
|
|
- ./travis_test.sh
|
|
|
|
matrix:
|
|
include:
|
|
- go: 1.9.x
|
|
env: GOAPP=true
|
|
- go: 1.10.x
|
|
env: GOAPP=false
|
|
- go: 1.11.x
|
|
env: GO111MODULE=on
|