build: environment: php: version: 7.0.20 dependencies: before: - find . -delete - git clone https://github.com/octobercms/october.git . - composer install --no-interaction --prefer-source - mkdir -p ./plugins/vojtasvoboda/twigextensions - cd plugins/vojtasvoboda/twigextensions - git clone https://github.com/vojtasvoboda/oc-twigextensions-plugin.git . - composer install tests: override: - command: 'phpunit plugins/vojtasvoboda/twigextensions/tests --coverage-clover=coverage' coverage: file: 'coverage' format: 'php-clover'
checks: php: true filter: { } coding_style: php: { }