Skip to content

Commit 86868b9

Browse files
authored
Merge pull request #146 from ashnazg/ci
CI updates
2 parents 9ff23ac + 4a1e4de commit 86868b9

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.scrutinizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
before_commands:
22
- "composer install --no-dev --prefer-source"
33

4+
checks:
5+
php:
6+
excluded_dependencies:
7+
- phpstan/phpstan
8+
49
tools:
510
external_code_coverage:
611
enabled: true

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2-
[![Travis Status](https://travis-ci.org/phpDocumentor/ReflectionDocBlock.svg?branch=master)](https://travis-ci.org/phpDocumentor/ReflectionDocBlock)
3-
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/03a9euxrcse7orgu/branch/master?svg=true)](https://ci.appveyor.com/project/phpDocumentor/reflectiondocblock/branch/master)
4-
[![Code Quality](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
5-
[![Code Coverage](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
6-
[![Coverage Status](https://coveralls.io/repos/github/phpDocumentor/ReflectionDocBlock/badge.svg?branch=master)](https://coveralls.io/github/phpDocumentor/ReflectionDocBlock?branch=master)
7-
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan)
2+
[![Travis Status](https://img.shields.io/travis/phpDocumentor/ReflectionDocBlock.svg?label=Linux)](https://travis-ci.org/phpDocumentor/ReflectionDocBlock)
3+
[![Appveyor Status](https://img.shields.io/appveyor/ci/phpDocumentor/ReflectionDocBlock.svg?label=Windows)](https://ci.appveyor.com/project/phpDocumentor/ReflectionDocBlock/branch/master)
4+
[![Coveralls Coverage](https://img.shields.io/coveralls/github/phpDocumentor/ReflectionDocBlock.svg)](https://coveralls.io/github/phpDocumentor/ReflectionDocBlock?branch=master)
5+
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/phpDocumentor/ReflectionDocBlock.svg)](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
6+
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/phpDocumentor/ReflectionDocBlock.svg)](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
7+
[![Stable Version](https://img.shields.io/packagist/v/phpDocumentor/ReflectionDocBlock.svg)](https://packagist.org/packages/phpDocumentor/ReflectionDocBlock)
8+
[![Unstable Version](https://img.shields.io/packagist/vpre/phpDocumentor/ReflectionDocBlock.svg)](https://packagist.org/packages/phpDocumentor/ReflectionDocBlock)
89

910

10-
The ReflectionDocBlock Component
11-
================================
11+
ReflectionDocBlock
12+
==================
1213

1314
Introduction
1415
------------

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ install:
5151

5252
test_script:
5353
- cd c:\reflectiondocblock
54-
- vendor/bin/phpunit
54+
- vendor/bin/phpunit --no-coverage

0 commit comments

Comments
 (0)