PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Unused   Little YouTube PHP   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Little YouTube PHP
Search and get data from YouTube videos
Author: By
Last change: Update Badge
Date: 6 years ago
Size: 204 bytes
 

Contents

Class file image Download
language: php matrix: include: - php: 5.4 - php: 5.5 - php: 5.6 sudo: false dist: trusty install: - composer install script: phpunit --configuration phpunit.xml --coverage-text