Replace deprecated Travis badge with Github Actions badge (#2265)

This commit is contained in:
Corey McCandless
2020-10-16 23:56:39 -04:00
committed by GitHub
parent 6427d3b017
commit 2d846bd69b

View File

@@ -1,6 +1,6 @@
# Exercism Python Track
[![Build Status](https://travis-ci.org/exercism/python.svg?branch=master)](https://travis-ci.org/exercism/python)
[![Build Status](https://github.com/exercism/python/workflows/Exercises%20check/badge.svg)](https://github.com/exercism/python/actions?query=workflow%3A%22Exercises+check%22)
[![Join the chat at https://gitter.im/exercism/python](https://badges.gitter.im/exercism/python.svg)](https://gitter.im/exercism/python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Exercism exercises in Python