PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of nvb   PHP Component Event   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Component Event
Implement a immutable event
Author: By
Last change: fixed
Date: 7 years ago
Size: 392 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 7.0 - 7.1 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@bazzline.net