Scrutinizer wait shorter for coverage
Since switching to pcov Travis build are much faster and we don't need to wait that long
This commit is contained in:
parent
5dd7e883c6
commit
5a92a5f6b4
|
@ -18,7 +18,7 @@ build:
|
|||
|
||||
tools:
|
||||
external_code_coverage:
|
||||
timeout: 3600
|
||||
timeout: 600
|
||||
|
||||
build_failure_conditions:
|
||||
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
|
||||
|
|
Loading…
Reference in New Issue