Passed
Push — master ( d0de6a...c41e85 )
by Mariano
03:56
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