PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Joseluis Laso   Simple PHP Memory Database   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Memory Database
Manipulate databases stored in JSON format files
Author: By
Last change:
Date: 7 years ago
Size: 357 bytes
 

Contents

Class file image Download
branches: only: - master - 1.x language: php php: - '5.6' - '7.0' sudo: false install: - phpenv config-rm xdebug.ini - echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - composer install -o - echo "zend_extension = xdebug.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini