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 Cesar D. Rodas  >  Autocomplete  >  .travis.yml  >  Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: First commit
Class: Autocomplete
Suggest words to complete search using edge n-gram
Author: By
Last change:
Date: 2013-09-01 01:34
Size: 152 bytes
 

Contents

Class file image Download
language: php
script: phpunit

php:
  - 5.5
  - 5.4
  
before_script:
  - curl -s http://getcomposer.org/installer | php
  - php composer.phar install