From d43887a3d8aabea543093c1c94ec6855ded38869 Mon Sep 17 00:00:00 2001 From: bzick Date: Wed, 6 Aug 2014 23:36:04 +0400 Subject: [PATCH] Back to coveralls.io --- .travis.yml | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60ef6a2..c98ca2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ script: - phpunit after_script: - - CODECLIMATE_REPO_TOKEN=6739bff0f9a6eb7eaa5cfd1b086b55a3413aff24991d793b5b12da91c3803471 ./vendor/bin/test-reporter \ No newline at end of file + - php vendor/bin/coveralls \ No newline at end of file diff --git a/README.md b/README.md index e1e24ea..8031ed8 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Fenom - Template Engine for PHP [![Latest Stable Version](https://poser.pugx.org/fenom/fenom/v/stable.png)](https://packagist.org/packages/fenom/fenom) [![Build Status](https://travis-ci.org/bzick/fenom.svg?branch=master)](https://travis-ci.org/bzick/fenom) [![Coverage Status](https://coveralls.io/repos/bzick/fenom/badge.png?branch=master)](https://coveralls.io/r/bzick/fenom?branch=master) -[![Code Climate](https://codeclimate.com/github/bzick/fenom.png)](https://codeclimate.com/github/bzick/fenom) [![Total Downloads](https://poser.pugx.org/fenom/fenom/downloads.png)](https://packagist.org/packages/fenom/fenom) + ## [Quick start](./docs/en/start.md) :: [Documentation](./docs/readme.md) [[en](./docs/en/readme.md)|[ru](./docs/ru/readme.md)] :: [Benchmark](./docs/en/benchmark.md) diff --git a/composer.json b/composer.json index 03e162e..89065b0 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "phpunit/phpunit": "*", - "codeclimate/php-test-reporter": "dev-master" + "satooshi/php-coveralls": "dev-master" }, "autoload": { "psr-0": { "Fenom\\": "src/" },