Skip to content

Commit b959271

Browse files
author
Martynas Sudintas
committed
Merge pull request #37 from martiis/badges
Badges
2 parents 89ff430 + f5d78d2 commit b959271

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.scrutinizer.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
imports:
2+
- php
3+
tools:
4+
external_code_coverage:
5+
timeout: 3600
6+
filter:
7+
excluded_paths:
8+
- Tests/*

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ Introduction
88
Translation bundle allows to import translation files content into Elasticsearch and edit translations trough UI.
99
Bundle provides translation export functionality.
1010

11+
.. image:: https://travis-ci.org/ongr-io/TranslationsBundle.svg?branch=master
12+
:target: https://travis-ci.org/ongr-io/TranslationsBundle
13+
14+
.. image:: https://scrutinizer-ci.com/g/ongr-io/TranslationsBundle/badges/quality-score.png?b=master
15+
:target: https://scrutinizer-ci.com/g/ongr-io/TranslationsBundle/?branch=master
16+
17+
.. image:: https://scrutinizer-ci.com/g/ongr-io/TranslationsBundle/badges/coverage.png?b=master
18+
:target: https://scrutinizer-ci.com/g/ongr-io/TranslationsBundle/?branch=master
19+
20+
.. image:: https://poser.pugx.org/ongr/translations-bundle/v/stable.svg
21+
:target: https://packagist.org/packages/ongr/translations-bundle
22+
23+
.. image:: https://poser.pugx.org/ongr/translations-bundle/v/unstable.svg
24+
:target: https://packagist.org/packages/ongr/translations-bundle
25+
26+
.. image:: https://poser.pugx.org/ongr/translations-bundle/license.svg
27+
:target: https://packagist.org/packages/ongr/translations-bundle
28+
1129
Documentation
1230
~~~~~~~~~~~~~
1331

0 commit comments

Comments
 (0)