Passed
Push — master ( 187104...d8034b )
by Andrew
02:33
created

Checkout Config

tools:
  php_sim:
    min_mass: 30 # Defaults to 16

build:
  environment:
    php: 5.6
  dependencies:
    # Overwrites inferred commands
    override:
      - "composer install --no-interaction --ignore-platform-reqs --no-progress"
  tests:
    before:
      - "vendor/bin/phpunit"
    override:
      - phpcs-run --standard=phpcs.xml src/ tests/
checks:
  php: true

Repository Config

# language:
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run --standard=phpcs.xml src/ tests/
                        use_website_config: false