PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/evenement/evenement/.travis.yml   Download  
File: vendor/evenement/evenement/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 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