Completed
Push — master ( 179172...d0191c )
by Vojta
07:04
created

Checkout Config

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'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }