Login   Register  
PHP Classes
elePHPant
Icontem

File: .travis.yml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Can Gelis  >  Simple PHP Validation class  >  .travis.yml  >  Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Validation class
Validate string value according to different rules
Author: By
Last change:
Date: 2013-04-25 05:50
Size: 105 bytes
 

Contents

Class file image Download
language: php

php:
  - 5.4
  - 5.3

before_script:
  - composer install

script: phpunit -c phpunit.xml