2016-03-07 22:52:58 +03:00
|
|
|
before_commands:
|
|
|
|
- 'git submodule update --init --recursive'
|
|
|
|
|
2017-07-18 21:50:39 +03:00
|
|
|
checks:
|
|
|
|
php:
|
|
|
|
excluded_dependencies:
|
|
|
|
- etsy/phan
|
|
|
|
|
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/*'
|
2016-02-14 23:18:56 +03:00
|
|
|
- 'apps/*/tests/*'
|
2014-03-03 13:55:01 +04:00
|
|
|
- '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'
|
2016-02-14 23:18:56 +03:00
|
|
|
- 'settings/l10n/*'
|
|
|
|
- 'tests/*'
|
|
|
|
- 'build/*'
|
2016-03-10 23:17:34 +03:00
|
|
|
- 'lib/composer/*'
|
2014-06-03 18:18:06 +04:00
|
|
|
|
2014-03-03 13:55:01 +04:00
|
|
|
imports:
|
|
|
|
- javascript
|
|
|
|
- php
|