Test Failed
Push — master ( 283ed8...ae07aa )
by Mariano
02:23
created

Checkout Config

filter:
  paths: [src/*]
  excluded_paths: [vendor/*, test/*]
before_commands:
  - 'composer update --prefer-source'
checks:
  php: true
coding_style:
  php: {  }
build:
  environment:
    php:
      version: 5.6.9
  tests:
    override:
      -
        command: ./vendor/bin/codecept build -c tests && ./vendor/bin/codecept run acceptance -c tests

Repository Config

# language: php

# tests: true