PHP Classes

File: vendor/doctrine/doctrine-bundle/.travis.yml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/doctrine/doctrine-bundle/.travis.yml   Download  
File: vendor/doctrine/doctrine-bundle/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 8 years ago
Size: 546 bytes
 

Contents

Class file image Download
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: include: - php: 5.3 env: deps=low env: global: - deps=no before_install: - composer self-update install: - if [ "$deps" = "no" ]; then composer install; fi; - if [ "$deps" = "low" ]; then composer --prefer-lowest --prefer-stable update; fi; script: - ./vendor/bin/phpunit -v --coverage-clover ./build/logs/clover.xml after_script: - php ./vendor/bin/coveralls -v