PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Mark Rolich   PHP URL Router Class   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Travis CI configuration
Class: PHP URL Router Class
Match URLs with routes for controllers and actions
Author: By
Last change: Update of .travis.yml
Date: 2 months ago
Size: 273 bytes
 

Contents

Class file image Download
language: php php: - 5.5 - 5.4 - 5.3 before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install --dev --no-interaction script: - mkdir -p build/logs - phpunit --configuration phpunit.xml after_script: - php vendor/bin/coveralls -v