Completed
Push — master ( 18f60e...12452e )
by Doug
02:50 queued 01:17
created

Checkout Config

checks:
  php: true

filter:
  excluded_paths:
    - 'features/'
    - 'tests/'

build:
  environment:
    # Languages
    php:
      version: "7.1"

  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=build/phpunit.clover --exclude-group efficiency'
        coverage:
            file: 'build/phpunit.clover'
            format: 'clover'
      -
        command: 'vendor/bin/behat'
        coverage:
            file: 'build/behat.clover'
            format: 'clover'
      - php-scrutinizer-run