mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-03 04:18:29 +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
|
- php
|
||||||
|
|
||||||
tools:
|
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
|
language: php
|
||||||
|
|
||||||
|
# When adding environments here, the number of runs specified in .scrutinizer.yml
|
||||||
|
# may have to be adjusted.
|
||||||
php:
|
php:
|
||||||
- 5.2
|
- 5.2
|
||||||
- 5.3.3
|
- 5.3.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user