Completed
Push — master ( dc9e69...c2d99a )
by Adam
03:24 queued 41s
created

Checkout Config

before_commands:
  - "npm install -g less"
  - "composer self-update"
  - "composer install"

build:
    tests:
        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