Skip to content

Commit

Permalink
Configuation for scruntinizer ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWeinert committed Jun 23, 2014
1 parent 24f02af commit df4e688
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
.gitignore export-ignore

.travis.yml export-ignore
.scrutinizer.yml export-ignore
build.xml export-ignore
dist.phpunit.xml export-ignore
phpunit.xml.dist export-ignore
phpdox.xml export-ignore

/tests export-ignore
/examples export-ignore

8 changes: 8 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
imports:
- php
filter:
paths: [src/*]
tools:
php_code_coverage: true
before_commands:
- "composer install --prefer-source"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ php:

install: composer install

script: phpunit --configuration dist.phpunit.xml
script: phpunit --configuration phpunit.xml.dist
File renamed without changes.

0 comments on commit df4e688

Please sign in to comment.