PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel Video Chat   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Video Chat
Multiuser video chat using Socket.IO and WebRTC
Author: By
Last change:
Date: 6 years ago
Size: 224 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 - 7.2 matrix: allow_failures: - php: 7.2 before_script: - composer self-update - composer install --prefer-source --no-interaction --dev script: - vendor/bin/phpunit