PHP Classes

File: vendor/hamcrest/hamcrest-php/.travis.yml

Recommend this page to a friend!
  Classes of Renato Lucena   PHP Pokemon Script   vendor/hamcrest/hamcrest-php/.travis.yml   Download  
File: vendor/hamcrest/hamcrest-php/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 358 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.3 install: - composer install script: - mkdir -p build/logs - cd tests - phpunit --coverage-clover=../build/logs/clover.xml . - cd ../ after_script: - php vendor/bin/coveralls -v - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml