PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Marcel Pociot   BotMan   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BotMan
A framework agnostic PHP library to build chat bot
Author: By
Last change: Add tests for PHP 7.4. (#1134)

Date: 3 years ago
Size: 468 bytes
 

Contents

Class file image Download
language: php services: - redis-server php: - 7.1 - 7.2 - 7.3 - 7.4 before_install: - pip install --user codecov - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini before_script: - travis_retry composer install --prefer-dist --no-interaction - sudo redis-server /etc/redis/redis.conf --port 6380 --requirepass 'secret' script: - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - codecov