PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of nvb   PHP Service Locator Generator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Service Locator Generator
Generate locator classes from configuration files
Author: By
Last change: Update of .travis.yml
Date: 2 months ago
Size: 261 bytes
 

Contents

Class file image Download
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 before_script: - composer self-update - composer install - phpenv rehash script: - vendor/bin/phpunit -v --colors --coverage-text notifications: email: - artodeto@bazzline.net sudo: false