PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Italo Lelis de Vietro   PHP Wunderlist API   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Wunderlist API
Manage user lists using the Wunderlist API
Author: By
Last change:
Date: 9 years ago
Size: 357 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 before_script: - composer self-update - composer install --prefer-source script: - phpunit --coverage-clover=coverage.clover --configuration ./phpunit.xml.dist ./tests after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover