PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Web Service Bundle   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web Service Bundle
Call APIs to email, shorten URLs and upload images
Author: By
Last change:
Date: 8 years ago
Size: 394 bytes
 

Contents

Class file image Download
language: php php: - 5.5 - 5.6 install: - composer install --prefer-dist --no-dev --optimize-autoloader --quiet notifications: email: recipients: - peter279k@gmail.com on_success: always on_failure: always script: phpunit src/serviceBundle/serviceBundleTest.php --coverage-html --coverage-clover=coverage.xml after_success: bash <(curl -s https://codecov.io/bash)