PHP Classes

File: vendor/evenement/evenement/.travis.yml

Recommend this page to a friend!
  Classes of butani kartik   PHP WebSockets Server Example   vendor/evenement/evenement/.travis.yml   Download  
File: vendor/evenement/evenement/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WebSockets Server Example
Example to interact with a server using WebSockets
Author: By
Last change:
Date: 2 years ago
Size: 513 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 - hhvm - nightly matrix: allow_failures: - php: hhvm - php: nightly before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install script: - ./vendor/bin/phpunit --coverage-text - php -n examples/benchmark-emit-no-arguments.php - php -n examples/benchmark-emit-one-argument.php - php -n examples/benchmark-emit.php - php -n examples/benchmark-emit-once.php - php -n examples/benchmark-remove-listener-once.php