PHP Classes

File: sdk/.travis.yml

Recommend this page to a friend!
  Classes of Samuel Adeshina   PHP Authorize.net SIM   sdk/.travis.yml   Download  
File: sdk/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: First Commit
Class: PHP Authorize.net SIM
Generate payment forms for Authorize.net SIM API
Author: By
Last change:
Date: 8 years ago
Size: 341 bytes
 

Contents

Class file image Download
language: php php: - 5.5 before_script: - pecl install xmldiff - composer install --prefer-dist --dev script: - vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover