diff --git a/.travis.yml b/.travis.yml index fee169a..d138e5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: php php: - - "5.6" - - "5.5" - - "5.4" + - 5.6 + - 5.5 + - 5.4 + - hhvm + - 7.0 before_script: - composer self-update @@ -15,4 +17,4 @@ before_script: - sleep 3 script: - ./bin/phpspec run --config phpspec.dist.yml - - ./bin/behat --config behat.dist.yml --profile travis + - ./bin/behat --config behat.dist.yml --profile travis \ No newline at end of file diff --git a/README.md b/README.md index 4e07f73..b16dd3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ vox === +[![Build Status](https://travis-ci.org/easy-author/vox.svg?branch=develop)](https://travis-ci.org/easy-author/vox) +[![Code Coverage](https://scrutinizer-ci.com/g/easy-author/vox/badges/coverage.png?b=develop)](https://scrutinizer-ci.com/g/easy-author/vox/?branch=develop) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/easy-author/vox/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/easy-author/vox/?branch=develop) + The publishing platform that gives you all the tools, without telling you if and how to use them. It's your choice.