PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of nvb   CSV Component for PHP   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CSV Component for PHP
Reader and writer for CSV files
Author: By
Last change: Test enhancement
Date: 5 years ago
Size: 310 bytes
 

Contents

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