PHP Classes

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

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

Contents

Class file image Download
language: php services: docker php: - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4 - nightly env: - ABTEST=client - ABTEST=server matrix: allow_failures: - php: nightly before_install: - docker pull crossbario/autobahn-testsuite before_script: - composer install - sh tests/ab/run_ab_tests.sh script: - vendor/bin/phpunit