PHP Classes

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

Recommend this page to a friend!
  Classes of butani kartik   PHP WebSockets Server Example   vendor/cboden/ratchet/.travis.yml   Download  
File: vendor/cboden/ratchet/.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: 302 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 dist: trusty before_script: - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "session.serialize_handler = php" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - php -m - composer install --dev --prefer-source