Skip to content

Commit

Permalink
enabled code coverage in scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Dec 22, 2015
1 parent 460a962 commit 36fd241
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
build:
dependencies:
before:
- composer global require "fxp/composer-asset-plugin:~1.1" "yiisoft/yii2-composer:~2.0"
- wget https://getcomposer.org/download/1.0.0-alpha11/composer.phar
- php composer.phar install --no-interaction

imports:
- php

tools:
php_code_coverage:
enabled: true
external_code_coverage:
timeout: 600

0 comments on commit 36fd241

Please sign in to comment.