From b4d71b40ba28db0a846084f10c35add18074a754 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 11 Jun 2021 10:33:04 -0700 Subject: [PATCH] switch build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9227be..ae0535c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dnspython -[![Build Status](https://travis-ci.org/rthalley/dnspython.svg?branch=master)](https://travis-ci.org/rthalley/dnspython) +[![Build Status](https://github.com/rthalley/dnspython/actions/workflows/python-package.yml/badge.svg)](https://github.com/rthalley/dnspython/actions/workflows/python-package.yml/badge.svg) [![Documentation Status](https://readthedocs.org/projects/dnspython/badge/?version=latest)](https://dnspython.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/dnspython.svg)](https://badge.fury.io/py/dnspython) [![License: ISC](https://img.shields.io/badge/License-ISC-brightgreen.svg)](https://opensource.org/licenses/ISC) -- 2.47.3