mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
26 lines
428 B
YAML
26 lines
428 B
YAML
language: go
|
|
|
|
go:
|
|
- '1.13'
|
|
|
|
# blech, Travis downloads with capitals in DirectXMan12, which confuses go
|
|
go_import_path: github.com/directxman12/k8s-prometheus-adapter
|
|
|
|
script: make verify && git diff --exit-code
|
|
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
deploy:
|
|
- provider: script
|
|
script: bash .travis-deploy.sh
|
|
on:
|
|
branch: master
|
|
- provider: script
|
|
script: bash .travis-deploy.sh
|
|
on:
|
|
tags: true
|