PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Insolita   PHP Queue System   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Queue System
Manage circular job queues stored in Redis
Author: By
Last change:
Date: 4 years ago
Size: 562 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 matrix: fast_finish: true services: - redis-server cache: directories: - $HOME/.composer/cache - vendor before_install: - sudo apt-get update -qq install: - phpenv config-rm xdebug.ini || echo "xdebug is not installed" - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - travis_retry composer self-update && composer --version - export PATH="$HOME/.composer/vendor/bin:$PATH" - travis_retry composer install --prefer-dist --no-interaction script: phpunit -vvv