Completed
Push — master ( 45b0cd...fe003d )
by Adam
03:35 queued 23s
created

Checkout Config

build:
    tests:
        before:
            - "curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -"
            - "sudo apt-get install -y nodejs"
            - "npm install -g less"
            - "composer install"
        override:
            - cd tests && ../vendor/bin/phpunit .

Repository Config

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