PHP Classes

File: Library/vendor/phpunit/phpunit-mock-objects/.travis.yml

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/phpunit/phpunit-mock-objects/.travis.yml   Download  
File: Library/vendor/phpunit/phpunit-mock-objects/.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: 392 bytes
 

Contents

Class file image Download
language: php before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: ./vendor/bin/phpunit --configuration ./build/travis-ci.xml php: - 5.6 - 7.0 - hhvm notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960 on_success: always on_failure: always on_start: false