From f12117f2ea9db62b7932c3b0e3ff463a9abc59e8 Mon Sep 17 00:00:00 2001 From: Aviv Palivoda Date: Sat, 21 Mar 2020 18:33:09 +0200 Subject: [PATCH] Remove azure pipeline and travis badges from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 39a889438e..3cc4d5c8cc 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream: :metal:. -[![Build Status](https://travis-ci.org/RustPython/RustPython.svg?branch=master)](https://travis-ci.org/RustPython/RustPython) -[![Build Status](https://dev.azure.com/ryan0463/ryan/_apis/build/status/RustPython.RustPython?branchName=master)](https://dev.azure.com/ryan0463/ryan/_build/latest?definitionId=1&branchName=master) [![Build Status](https://github.com/RustPython/RustPython/workflows/CI/badge.svg)](https://github.com/RustPython/RustPython/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/RustPython/RustPython/branch/master/graph/badge.svg)](https://codecov.io/gh/RustPython/RustPython) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)