PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP SOAP Package Generator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SOAP Package Generator
Generate package to call SOAP services using WSDL
Author: By
Last change: add php 7 as new tested version
Date: 8 years ago
Size: 384 bytes
 

Contents

Class file image Download
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 before_install: - composer self-update install: - composer install --no-dev script: - phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover