Completed
Push — master ( 6d9adb...388b16 )
by Mauro
02:46
created

Checkout Config

build:
    environment:
        php:
            version: 7.1
    project_setup:
        before:
            - mysql -e "CREATE DATABASE api_rest_slimphp"
            - mysql api_rest_slimphp < app/data/database.sql

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true