Passed
Push — master ( 593bf9...5d8f62 )
by Mariano
04:47
created

Checkout Config

filter:
    paths: [src/*]
    excluded_paths: [vendor/*, test/*]
before_commands:
    - 'composer install --prefer-source'
checks:
    php: true
coding_style:
    php: {  }
build:
    environment:
        php:
            version: 5.6.9
    tests:
        override:
            -
                command: ./vendor/bin/codecept build -c tests && ./vendor/bin/codecept run acceptance -c tests

Repository Config

# language: php

# tests: true