From 8008d07befd740fd2906e7fc3b3357b06db906c7 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 20 Dec 2020 10:58:16 +0100 Subject: [PATCH] Remove Travis build badge We no longer use Travis, so this isn't meaningful... And GitHub already displays the build status, so there's no value in having this kind of badge at all. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8455faa789..4c8deada93 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ PHP Parser ========== -[![Build Status](https://travis-ci.org/nikic/PHP-Parser.svg?branch=master)](https://travis-ci.org/nikic/PHP-Parser) [![Coverage Status](https://coveralls.io/repos/github/nikic/PHP-Parser/badge.svg?branch=master)](https://coveralls.io/github/nikic/PHP-Parser?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/nikic/PHP-Parser/badge.svg?branch=master)](https://coveralls.io/github/nikic/PHP-Parser?branch=master) This is a PHP 5.2 to PHP 8.0 parser written in PHP. Its purpose is to simplify static code analysis and manipulation.