Completed
Pull Request — master (#261)
by Dimitrios
18:55 queued 12:31
created

Checkout Config

checks:
    php: true

build:
    environment:
        php:
            version: 7.0.8
    dependencies:
        before:
            - sudo composer self-update
            - mysql -e 'create database translatable_test;'
            - echo "CREATE USER 'homestead'@'localhost' IDENTIFIED BY 'secret'; \n GRANT ALL PRIVILEGES ON * . * TO 'homestead'@'localhost'; \nFLUSH PRIVILEGES; \n" | mysql -u root
            - composer install --prefer-dist
    tests:
        override:
            -
                command: echo 1
tools:
    external_code_coverage:
        timeout: 600