PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Michal Kowalik   majkel PHP dbase class   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: majkel PHP dbase class
Create and manipulate databases in DBF format
Author: By
Last change: Update of .travis.yml
Date: 1 year ago
Size: 376 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 # - 7.3 - hhvm - nightly matrix: allow_failures: - php: hhvm - php: nightly include: - php: 5.3 dist: precise install: - composer self-update - composer install -o --dev script: - composer test-travis-ci - composer benchmark