Skip to content
Snippets Groups Projects
  • Morris Jobke's avatar
    472d896c
    Travis support · 472d896c
    Morris Jobke authored
    * use PHPUnit 4.x
    * force php memory limit on travis to 1024MB
    * create script for travis
    * whitelist branches master, stable5 and stable6 on travis (and PRs)
    * sqlplus64
    * conditional JS tests and ocular temporal removal
    * enable scrutinizer code coverage
    * move oracle to top to decrease overall test duration
    472d896c
    History
    Travis support
    Morris Jobke authored
    * use PHPUnit 4.x
    * force php memory limit on travis to 1024MB
    * create script for travis
    * whitelist branches master, stable5 and stable6 on travis (and PRs)
    * sqlplus64
    * conditional JS tests and ocular temporal removal
    * enable scrutinizer code coverage
    * move oracle to top to decrease overall test duration
.scrutinizer.yml 839 B
filter:
    excluded_paths:
        - '3rdparty/*'
        - 'apps/*/3rdparty/*'
        - 'l10n/*'
        - 'core/l10n/*'
        - 'apps/*/l10n/*'
        - 'lib/l10n/*'
        - 'core/js/tests/lib/*.js'
        - 'core/js/tests/specs/*.js'
        - 'core/js/jquery-1.10.0.js'
        - 'core/js/jquery-1.10.0.min.js'
        - 'core/js/jquery-migrate-1.2.1.js'
        - 'core/js/jquery-migrate-1.2.1.min.js'
        - 'core/js/jquery-showpassword.js'
        - 'core/js/jquery-tipsy.js'
        - 'core/js/jquery-ui-1.10.0.custom.js'
        - 'core/js/jquery.inview.js'
        - 'core/js/placeholders.js'
        - 'core/js/underscore.js'
        - 'core/js/jquery.multiselect.js'
        - 'core/js/snap.js'
        - 'core/js/jquery.placeholder.js'


imports:
    - javascript
    - php

tools:
    external_code_coverage: true