PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Bhaktaraz Bhatta   PHP RSS Generator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RSS Generator
Generate a RSS feed with a fluent interface
Author: By
Last change:
Date: 7 years ago
Size: 208 bytes
 

Contents

Class file image Download
language: php php: - 5.5 - 5.6 before_script: - cd Tests - wget http://getcomposer.org/composer.phar - php composer.phar install script: ./phpunit --coverage-text --configuration phpunit.xml.dist