Skip to content

Commit

Permalink
travis and scrutinizer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Apr 6, 2015
1 parent 0b5fc07 commit 4fb5160
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .scrutinizer.yml
@@ -1,3 +1,8 @@
checks:
php:
code_rating: true
duplication: true

filter:
excluded_paths:
- vendor/*
Expand Down
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,11 @@ php:
- 5.6
- hhvm

cache:
directories:
- vendor
- $HOME/.composer/cache

matrix:
allow_failures:
- php:
Expand Down
11 changes: 7 additions & 4 deletions README.md
@@ -1,10 +1,13 @@
FMBBCodeBundle
==============

[![Build Status](https://travis-ci.org/helios-ag/FMBbCodeBundle.png?branch=master)](https://travis-ci.org/helios-ag/FMBbCodeBundle)
[![Total Downloads](https://poser.pugx.org/helios-ag/fm-bbcode-bundle/d/total.png)](https://packagist.org/packages/helios-ag/fm-bbcode-bundle)
[![Latest Stable Version](https://poser.pugx.org/helios-ag/fm-bbcode-bundle/version.png)](https://packagist.org/packages/helios-ag/fm-bbcode-bundle)
[![Dependency Status](https://www.versioneye.com/user/projects/53db56c04b3ac87d6a000207/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53db56c04b3ac87d6a000207)
|Stable Version|Downloads | SensioLabs Insight | Travis CI | Scrutinizer CI| Version Eye | Scrutinizer CI|
|----------------- | -------------- | ------------------------|-------------|-----------------|-----------------|-----------------|
|[![Latest Stable Version](https://poser.pugx.org/helios-ag/fm-bbcode-bundle/version.png)](https://packagist.org/packages/helios-ag/fm-bbcode-bundle)|[![Total Downloads](https://poser.pugx.org/helios-ag/fm-bbcode-bundle/d/total.png)](https://packagist.org/packages/helios-ag/fm-bbcode-bundle) | [![SensioLabsInsight](https://insight.sensiolabs.com/projects/f355c58b-f9b6-482c-8d2d-d1bc8791c9e5/big.png)](https://insight.sensiolabs.com/projects/f355c58b-f9b6-482c-8d2d-d1bc8791c9e5) |[![Build Status](https://travis-ci.org/helios-ag/FMBbCodeBundle.png?branch=master)](https://travis-ci.org/helios-ag/FMBbCodeBundle)|
[![Dependency Status](https://www.versioneye.com/user/projects/53db56c04b3ac87d6a000207/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53db56c04b3ac87d6a000207)|
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/helios-ag/FMBbCodeBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/helios-ag/FMBbCodeBundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/helios-ag/FMBbCodeBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/helios-ag/FMBbCodeBundle/?branch=master)


[PHP-Decoda](https://github.com/milesj/decoda) integration in Symfony2

Expand Down

0 comments on commit 4fb5160

Please sign in to comment.