mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-04 20:47:54 +00:00
Specify the runs option for external code coverage.
This commit is contained in:
parent
825cd124aa
commit
3cda317862
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user