PHP Classes

File: vendor/wp-cli/php-cli-tools/.travis.yml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/wp-cli/php-cli-tools/.travis.yml   Download  
File: vendor/wp-cli/php-cli-tools/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 19 days ago
Size: 299 bytes
 

Contents

Class file image Download
sudo: false dist: trusty language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 matrix: include: - dist: precise php: 5.3 before_script: - php -m - php --info | grep -i 'intl\|icu\|pcre' script: phpunit --debug notifications: email: on_success: never