Skip to content

Commit

Permalink
make scrutinizer handle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hannaford committed Jan 19, 2016
1 parent 15f2131 commit d8cb7d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
13 changes: 11 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ filter:
checks:
php: true

coding_style:
php: { }
tools:
php_cs_fixer:
fixers:
- 'psr2'
filter:
paths:
- 'samples/*'
- 'src/*'
- 'tests/*'

build:
tests:
before:
- 'vendor/bin/parallel-lint --exclude vendor .'
override:
-
command: './vendor/bin/phpunit --coverage-clover ./coverage.xml'
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

0 comments on commit d8cb7d8

Please sign in to comment.