Completed
Branch — master (a4a60d)
by Daniel
02:56
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    environment:
        mysql: 5.7
        php: 7.1.1

before_commands:
    - composer install
    - mysql -e "CREATE USER 'event_sourcing'@'localhost' IDENTIFIED BY 'event_sourcing123'"
    - mysql -e "GRANT ALL PRIVILEGES ON json_event_store.* TO 'event_sourcing'@'localhost'"
    - mysql -e "GRANT ALL PRIVILEGES ON json_snapshot_store.* TO 'event_sourcing'@'localhost"