From 89062a880607f53d852db71cb051fc1423fe992a Mon Sep 17 00:00:00 2001 From: William Durand Date: Tue, 8 Dec 2015 14:36:02 +0100 Subject: [PATCH] Mark as PHP7 ready --- .travis.yml | 4 ---- README.md | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebec70e..6f503de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,6 @@ php: - 7.0 - hhvm -matrix: - allow_failures: - - php: 7.0 - before_script: - composer install diff --git a/README.md b/README.md index d16e852..a925816 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Status](https://secure.travis-ci.org/willdurand/EmailReplyParser.png)](http://tr Downloads](https://poser.pugx.org/willdurand/email-reply-parser/downloads.png)](https://packagist.org/packages/willdurand/email-reply-parser) [![Latest Stable Version](https://poser.pugx.org/willdurand/email-reply-parser/v/stable.png)](https://packagist.org/packages/willdurand/email-reply-parser) +![PHP7 ready](https://img.shields.io/badge/PHP7-ready-green.svg) **EmailReplyParser** is a PHP library for parsing plain text email content, based on GitHub's [email_reply_parser](http://github.com/github/email_reply_parser)