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