1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-06 08:07:42 +02:00

improving useage of travis & scrutinizer

This commit is contained in:
Mikael Roos
2015-03-16 16:19:23 +01:00
parent ae5dae83ea
commit fba8d6343b
3 changed files with 11 additions and 5 deletions

View File

@@ -2,7 +2,17 @@ imports:
- php - php
filter: filter:
paths: [./*.php, webroot/img.php] paths:
- *
- webroot/img.php
excluded_paths:
- tests/
checks:
php:
code_rating: true
duplication: true
tools: tools:
# Copy/Paste Detector # Copy/Paste Detector

View File

@@ -3,8 +3,6 @@ php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- 5.7
- 6.0
- hhvm - hhvm
- nightly - nightly

View File

@@ -2,8 +2,6 @@ Revision history
===================================== =====================================
[![Build Status](https://travis-ci.org/mosbth/cimage.svg?branch=master)](https://travis-ci.org/mosbth/cimage) [![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) [![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master)