PHP Classes

File: vendor/ratchet/rfc6455/.travis.yml

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/ratchet/rfc6455/.travis.yml   Download  
File: vendor/ratchet/rfc6455/.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: 339 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - hhvm before_install: - export PATH=$HOME/.local/bin:$PATH - pip install --user autobahntestsuite - pip list --user autobahntestsuite before_script: - composer install - sh tests/ab/run_ab_tests.sh script: - vendor/bin/phpunit