Skip to content

Commit

Permalink
Added scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Aug 9, 2016
1 parent 15d088c commit 29498cd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
build:
tests:
override:
-
command: 'tools/phpunit --coverage-clover=coverage-file'
coverage:
file: 'coverage-file'
format: 'php-clover'

dependencies:
before:
- 'wget https://phar.io/releases/phive.phar'
- 'php phive.phar install --trust-gpg-keys 4AA394086372C20A'
environment:
php:
version: 5.6.9
tools:
php_sim: false
php_cpd: false
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
SMTP Server based on ReactPHP

It supports many concurrent STMP connections.

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SAM-IT/react-smtp/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/SAM-IT/react-smtp/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/SAM-IT/react-smtp/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/SAM-IT/react-smtp/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/SAM-IT/react-smtp/badges/build.png?b=master)](https://scrutinizer-ci.com/g/SAM-IT/react-smtp/build-status/master)

0 comments on commit 29498cd

Please sign in to comment.