From 601a863fc4e42600b8d006d006651c7a325dc0e6 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 29 May 2016 12:00:02 +0100 Subject: [PATCH 1/2] Cleanup tests --- .travis.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3205f24..cf51d22d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,6 @@ php: sudo: false -install: - - travis_retry composer install --no-interaction --no-scripts --prefer-source +install: travis_retry composer install --no-interaction --no-scripts --prefer-source -script: - - if [ "$TRAVIS_PHP_VERSION" != "5.6" ] || [ "$TRAVIS_PULL_REQUEST" != false ]; then vendor/bin/phpunit; fi - - if [ "$TRAVIS_PHP_VERSION" == "5.6" ] && [ "$TRAVIS_PULL_REQUEST" == false ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi - -after_script: - - if [ "$TRAVIS_PHP_VERSION" == "5.6" ] && [ "$TRAVIS_PULL_REQUEST" == false ]; then wget https://scrutinizer-ci.com/ocular.phar; fi - - if [ "$TRAVIS_PHP_VERSION" == "5.6" ] && [ "$TRAVIS_PULL_REQUEST" == false ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi +script: vendor/bin/phpunit From 5a600c0e174ffea7ad9b12f5d8b645bb71c035b8 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 29 May 2016 12:00:59 +0100 Subject: [PATCH 2/2] Removed old badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5f5469ff..6524ac89 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![StyleCI](https://styleci.io/repos/26730195/shield)](https://styleci.io/repos/26730195/) [![Build Status](https://img.shields.io/travis/CachetHQ/Cachet/master.svg?style=flat-square)](https://travis-ci.org/CachetHQ/Cachet) -[![Quality Score](https://img.shields.io/scrutinizer/g/CachetHQ/Cachet.svg?style=flat-square)](https://scrutinizer-ci.com/g/CachetHQ/Cachet) [![Software License](https://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat-square)](LICENSE) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/cachet/localized.png)](http://translate.cachethq.io/project/cachet) [![Packagist](https://img.shields.io/packagist/v/cachethq/cachet.svg?style=flat-square)](https://packagist.org/packages/cachethq/cachet)