mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +00:00
*: move to go1.12 and go modules
This commit is contained in:
parent
8c4001831d
commit
a47edfe5a9
6 changed files with 338 additions and 1272 deletions
|
|
@ -1,17 +1,20 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- '1.10'
|
||||
- '1.12'
|
||||
|
||||
# blech, Travis downloads with capitals in DirectXMan12, which confuses go
|
||||
go_import_path: github.com/directxman12/k8s-prometheus-adapter
|
||||
|
||||
script: make verify
|
||||
script: make verify && git diff --exit-code
|
||||
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
script: bash .travis-deploy.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue