Passed
Push — behat ( a74de5...4872f1 )
by Doug
02:39
created

Checkout Config

checks:
  php: true

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

build:
  environment:
    # Languages
    php:
      version: "7.1"
  cache:
    disabled: false
    directories:
      - vendor/

  # Follows the same structure like the dependencies section.
  # Used for running your tests and open-source analysis tools.
  # We will execute all commands even if one of them fails.
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=coverage.clover --exclude-group efficiency'
        coverage:
            file: 'coverage.clover'
            format: 'clover'