PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Maik Greubel   PHP Git Library Provider   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Travis Ci configuration
Class: PHP Git Library Provider
Manipulate Git repositories using the git command
Author: By
Last change: Update of .travis.yml
Date: 3 months ago
Size: 342 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - hhvm before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install --dev --no-interaction - mysql -e 'create database caribu_test' script: - mkdir -p build/logs - phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls -v