Update go dependencies
This commit is contained in:
parent
14a9e9f3fa
commit
14f4a7b8e8
1349 changed files with 128369 additions and 32627 deletions
11
vendor/github.com/prometheus/common/.travis.yml
generated
vendored
11
vendor/github.com/prometheus/common/.travis.yml
generated
vendored
|
|
@ -2,5 +2,12 @@ sudo: false
|
|||
|
||||
language: go
|
||||
go:
|
||||
- 1.7.5
|
||||
- tip
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
|
||||
script:
|
||||
- make test
|
||||
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(11)\. ]]; then make style; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue