PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of stelin   swoft   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: swoft
Framework to develop coroutine based application
Author: By
Last change:
Date: 5 years ago
Size: 649 bytes
 

Contents

Class file image Download
language: php php: - 7.1 - 7.2 - 7.3 services: - redis install: - echo 'no' | pecl install -f redis - wget https://github.com/swoole/swoole-src/archive/v4.3.3.tar.gz -O swoole.tar.gz && mkdir -p swoole && tar -xf swoole.tar.gz -C swoole --strip-components=1 && rm swoole.tar.gz && cd swoole && phpize && ./configure && make -j$(nproc) && make install && cd - - echo "extension = swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini before_script: - composer config -g process-timeout 900 && composer update - composer require --dev phpstan/phpstan-shim - phpenv config-rm xdebug.ini script: - composer test