Merge pull request #418 from dgrisonnet/remove-travis

Remove travis in favor of prow.k8s.io
This commit is contained in:
Kubernetes Prow Robot 2021-07-01 04:29:54 -07:00 committed by GitHub
commit 7cd63baccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 20 deletions

View file

@ -1,18 +0,0 @@
language: go
go:
- '1.16'
sudo: required
services:
- docker
deploy:
- provider: script
script: bash .travis-deploy.sh
on:
branch: master
- provider: script
script: bash .travis-deploy.sh
on:
tags: true

View file

@ -1,7 +1,5 @@
# Prometheus Adapter for Kubernetes Metrics APIs
[![Build Status](https://travis-ci.org/DirectXMan12/k8s-prometheus-adapter.svg?branch=master)](https://travis-ci.org/DirectXMan12/k8s-prometheus-adapter)
This repository contains an implementation of the Kubernetes
[resource metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/resource-metrics-api.md),
[custom metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md), and