Passed
Push — master ( a52bdf...aa6b90 )
by Mariano
01:23
created

Checkout Config

filter:
  paths: [src/*]
  excluded_paths: [vendor/*, test/*]
before_commands:
  - 'composer install --dev --prefer-source'

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
  environment:
    postgresql: false
    mysql: false
    redis: false
    php:
      version: 7.2
  tests:
    override:
        -
          command: ./vendor/bin/phpunit -c tests

Repository Config

# language: php

# tests: true