2014-03-03 13:55:01 +04:00
|
|
|
filter:
|
|
|
|
excluded_paths:
|
|
|
|
- '3rdparty/*'
|
|
|
|
- 'apps/*/3rdparty/*'
|
2014-11-06 17:48:34 +03:00
|
|
|
- 'apps/*/vendor/*'
|
2014-03-03 13:55:01 +04:00
|
|
|
- 'l10n/*'
|
|
|
|
- 'core/l10n/*'
|
|
|
|
- 'apps/*/l10n/*'
|
|
|
|
- 'lib/l10n/*'
|
2014-11-06 01:19:11 +03:00
|
|
|
- 'core/vendor/*'
|
2014-03-03 13:55:01 +04:00
|
|
|
- 'core/js/tests/lib/*.js'
|
2014-04-03 22:05:40 +04:00
|
|
|
- 'core/js/tests/specs/*.js'
|
2014-03-03 13:55:01 +04:00
|
|
|
- 'core/js/jquery-showpassword.js'
|
|
|
|
- 'core/js/jquery-tipsy.js'
|
2014-06-03 18:18:06 +04:00
|
|
|
- 'core/js/placeholders.js'
|
2014-03-03 13:55:01 +04:00
|
|
|
|
2014-06-03 18:18:06 +04:00
|
|
|
|
2014-03-03 13:55:01 +04:00
|
|
|
imports:
|
|
|
|
- javascript
|
|
|
|
- php
|
2015-04-30 14:18:15 +03:00
|
|
|
|
|
|
|
tools:
|
|
|
|
external_code_coverage:
|
2015-06-28 18:06:49 +03:00
|
|
|
timeout: 7200 # Timeout in seconds. 120 minutes
|