Specify the runs option for external code coverage.

This commit is contained in:
Andreas Fischer 2014-06-01 13:52:24 +02:00
parent 825cd124aa
commit 3cda317862
2 changed files with 4 additions and 1 deletions

View File

@ -2,4 +2,5 @@ imports:
- php
tools:
external_code_coverage: true
external_code_coverage:
runs: 5 # No Code Coverage on PHP 5.2 and HHVM

View File

@ -1,5 +1,7 @@
language: php
# When adding environments here, the number of runs specified in .scrutinizer.yml
# may have to be adjusted.
php:
- 5.2
- 5.3.3