PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of nvb   PHP Command Line Arguments Parser Class   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Command Line Arguments Parser Class
Parse CLI script arguments to extract its values
Author: By
Last change:
Date: 3 years ago
Size: 396 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 - 7.2 - nightly before_script: - echo 'date.timezone = "Europe/Berlin"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - phpenv rehash - composer clear-cache - composer self-update - composer install --dev - phpenv rehash script: vendor/bin/phpunit -v --colors --coverage-text notifications: email: - artodeto@arcor.de