devboard/github-object-api-facade

View on GitHub
circle.yml

Summary

Maintainability
Test Coverage
machine:
  php:
    version: 7.0.4
  environment:
    COMPOSER_DISCARD_CHANGES: true
general:
  artifacts:
    - "build/"
    - "tmp/"
dependencies:
  cache_directories:
    - "vendor"
    - "bin"
test:
  override:
    - php -d 'xdebug.max_nesting_level=500' bin/phpunit
    - ./bin/phpspec run --no-interaction
    #- ./bin/behat --strict
    - ant php-cs-fixer-check
    - ant phpcs-task
    - ant phpmd-task