Skip to content

Commit

Permalink
added some badges, configured automatic code coverage report from Scr…
Browse files Browse the repository at this point in the history
…utinizer
  • Loading branch information
thunderer committed Nov 8, 2014
1 parent a6f8dcf commit fa0a3b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -8,3 +8,7 @@ php:

before_script:
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.xml
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -3,7 +3,10 @@
[![Build Status](https://travis-ci.org/thunderer/SimilarWebApi.png?branch=master)](https://travis-ci.org/thunderer/SimilarWebApi)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/5b82d37f-c410-4fb7-982c-ad495f488526/mini.png)](https://insight.sensiolabs.com/projects/5b82d37f-c410-4fb7-982c-ad495f488526)
[![License](https://poser.pugx.org/thunderer/similarweb-api/license.svg)](https://packagist.org/packages/thunderer/similarweb-api)
[![Latest Stable Version](https://poser.pugx.org/thunderer/similarweb-api/v/stable.svg)](https://packagist.org/packages/thunderer/similarweb-api)
[![Dependency Status](https://www.versioneye.com/user/projects/53b70c110d5bb8be610000d2/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53b70c110d5bb8be610000d2)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thunderer/SimilarWebApi/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/thunderer/SimilarWebApi/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/thunderer/SimilarWebApi/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/thunderer/SimilarWebApi/?branch=master)

## Introduction

Expand Down

0 comments on commit fa0a3b3

Please sign in to comment.