From fba8d6343b40c1b8dc3228ced4864bc45e8ade46 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Mon, 16 Mar 2015 16:19:23 +0100 Subject: [PATCH] improving useage of travis & scrutinizer --- .scrutinizer.yml | 12 +++++++++++- .travis.yml | 2 -- REVISION.md | 2 -- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c178167..ace5f7a 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -2,7 +2,17 @@ imports: - php filter: - paths: [./*.php, webroot/img.php] + paths: + - * + - webroot/img.php + + excluded_paths: + - tests/ + +checks: + php: + code_rating: true + duplication: true tools: # Copy/Paste Detector diff --git a/.travis.yml b/.travis.yml index a137754..84b5354 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ php: - 5.4 - 5.5 - 5.6 - - 5.7 - - 6.0 - hhvm - nightly diff --git a/REVISION.md b/REVISION.md index 73e5e6f..fdbcab0 100644 --- a/REVISION.md +++ b/REVISION.md @@ -2,8 +2,6 @@ Revision history ===================================== [![Build Status](https://travis-ci.org/mosbth/cimage.svg?branch=master)](https://travis-ci.org/mosbth/cimage) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mosbth/cimage/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/mosbth/cimage/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master)