moip/moip-sdk-php

View on GitHub
circle.yml

Summary

Maintainability
Test Coverage
machine:
  php:
    version: 5.5.9
    
dependencies:
  pre:
    - curl -s http://getcomposer.org/installer | php
    - php composer.phar install -n
    - sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini
    
test:
  post:
    - php vendor/bin/phpunit

deployment:
  coverage:
    branch: master
    commands:
      - php bin/codacycoverage clover