docs: replaces Travis CI badge with GitHub Actions badges

This commit is contained in:
Matthew Wang 2021-07-13 10:18:17 -07:00
parent d221b0f620
commit 9802a19ee5
No known key found for this signature in database
GPG Key ID: 7FEB59E240810094
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes Autoscaler
[![Build Status](https://travis-ci.org/kubernetes/autoscaler.svg?branch=master)](https://travis-ci.org/kubernetes/autoscaler) [![GoDoc Widget]][GoDoc]
[![Release Charts](https://github.com/kubernetes/autoscaler/actions/workflows/release.yaml/badge.svg)](https://github.com/kubernetes/autoscaler/actions/workflows/release.yaml) [![Tests](https://github.com/kubernetes/autoscaler/actions/workflows/ci.yaml/badge.svg)](https://github.com/kubernetes/autoscaler/actions/workflows/ci.yaml) [![GoDoc Widget]][GoDoc]
This repository contains autoscaling-related components for Kubernetes.