PHP Classes

File: Library/vendor/myclabs/deep-copy/.travis.yml

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/myclabs/deep-copy/.travis.yml   Download  
File: Library/vendor/myclabs/deep-copy/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 350 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - hhvm matrix: allow_failures: - php: hhvm install: - composer install - composer require satooshi/php-coveralls:dev-master --dev --no-progress before_script: - mkdir -p build/logs script: - phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls -v