Completed
Push — dev ( 1c3a76...4b7c19 )
by Zach
03:32
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.8

filter:
    excluded_paths: [tests/*, dist/*, src/database/migrations/*]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'dist/*'
checks:
    php: true
    javascript: true
coding_style:
    php: {  }