File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed
Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ build :
2+ tests :
3+ override :
4+ -
5+ command : phpunit --coverage-clover=build/clover.xml
6+ coverage :
7+ file : build/clover.xml
8+ format : php-clover
Original file line number Diff line number Diff line change 1+ language : php
2+
3+ php :
4+ - 5.5
5+ - 5.6
6+ - 7
7+ - nightly
8+ - hhvm
9+
10+ env :
11+ - SYMFONY_VERSION='2.7.*' deps='no'
12+ - SYMFONY_VERSION='2.8.*' deps='no'
13+ - SYMFONY_VERSION='3.0.*' deps='no'
14+ - SYMFONY_VERSION='~3.0@dev' deps='no'
15+
16+ matrix :
17+ include :
18+ - php : 5.5
19+ env : SYMFONY_VERSION='2.7.*' deps='low'
20+
21+ allow_failures :
22+ - php : hhvm
23+ - php : nightly
24+
25+ before_install :
26+ - travis_retry composer self-update
27+
28+ install :
29+ - composer require --no-update symfony/symfony=${SYMFONY_VERSION}
30+ - if [ "$deps" = "no" ]; then composer --prefer-source install; fi;
31+ - if [ "$deps" = "low" ]; then composer --prefer-source --prefer-lowest --prefer-stable update; fi;
32+
33+ script :
34+ - mkdir -p build
35+ - phpunit --colors -c phpunit.xml --coverage-text
Original file line number Diff line number Diff line change 1+ [ ![ Latest Stable Version] ( https://poser.pugx.org/bankiru/doctrine-api-client/v/stable )] ( https://packagist.org/packages/bankiru/doctrine-api-client )
2+ [ ![ Total Downloads] ( https://poser.pugx.org/bankiru/doctrine-api-client/downloads )] ( https://packagist.org/packages/bankiru/doctrine-api-client )
3+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/bankiru/doctrine-api-client/v/unstable )] ( https://packagist.org/packages/bankiru/doctrine-api-client )
4+ [ ![ License] ( https://poser.pugx.org/bankiru/doctrine-api-client/license )] ( https://packagist.org/packages/bankiru/doctrine-api-client )
5+
6+ [ ![ Build Status] ( https://travis-ci.org/bankiru/doctrine-api-client.svg )] ( https://travis-ci.org/bankiru/doctrine-api-client )
7+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/bankiru/doctrine-api-client/badges/quality-score.png )] ( https://scrutinizer-ci.com/g/bankiru/doctrine-api-client/ )
8+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/bankiru/doctrine-api-client/badges/coverage.png )] ( https://scrutinizer-ci.com/g/bankiru/doctrine-api-client/ )
9+ [ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/2c1f5c41-86de-4441-9876-b0ee05d012af/mini.png )] ( https://insight.sensiolabs.com/projects/2c1f5c41-86de-4441-9876-b0ee05d012af )
10+
111# Doctrine-faced RPC Client
212
313## Usage
You can’t perform that action at this time.
0 commit comments