PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Joseluis Laso   Simple Logger   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Logger
Log messages and view log filtered files
Author: By
Last change: Update of .travis.yml
Date: 1 year ago
Size: 367 bytes
 

Contents

Class file image Download
branches: only: - master language: php php: - '5.4' - '5.5' - '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