From c8282e6e769b7de71a290c469fdfd1ff6a9a05a1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 20 Feb 2016 21:53:08 +0100 Subject: [PATCH] Add badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3594fc8285..e8b5e0b88a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ 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) + This is a PHP 5.2 to PHP 7.0 parser written in PHP. Its purpose is to simplify static code analysis and manipulation. - [**Documentation for version 2.x**][doc_master] (stable; for running on PHP >= 5.4; for parsing PHP 5.2 to PHP 7.0). [Documentation for version 1.x][doc_1_x] (stable; for running on PHP >= 5.3; for parsing PHP 5.2 to PHP 5.6).