Passed
Push — behat ( 4872f1...bbfb72 )
by Doug
01:53
created

Checkout Config

checks:
  php: true

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

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

  # 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'