PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Italo Lelis de Vietro   Collections PHP Library   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Collections PHP Library
Manipulate collections of values
Author: By
Last change:
Date: 9 years ago
Size: 422 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 notifications: slack: vox-tecnologia:gMLOjny60q2cyfsdRe4dVkLO