PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Daniel Martinez   Forker PHP   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Forker PHP
Split tasks into multiple forked processes
Author: By
Last change: Update of .travis.yml
Date: 2 months ago
Size: 184 bytes
 

Contents

Class file image Download
language: php php: # - 5.3 - 5.4 - 5.5 before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev - composer update script: phpunit