Skip to content

Commit

Permalink
Removed coveralls integration. Swapped coveralls badge for codecov.io…
Browse files Browse the repository at this point in the history
… badge.
  • Loading branch information
kielabokkie committed May 14, 2015
1 parent e930d70 commit 0c2badf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ script:
- php vendor/bin/phpunit -c phpunit.xml.dist

after_script:
- php vendor/bin/coveralls -v
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Author](http://img.shields.io/badge/author-@kielabokkie-lightgrey.svg?style=flat-square)](https://twitter.com/kielabokkie)
[![Build Status](http://img.shields.io/travis/pixelfusion/blueman/master.svg?style=flat-square)](https://travis-ci.org/pixelfusion/blueman)
[![Coverage Status](https://img.shields.io/coveralls/pixelfusion/blueman.svg?style=flat-square)](https://coveralls.io/r/pixelfusion/blueman?branch=master)
[![Code Coverage](https://img.shields.io/codecov/c/github/pixelfusion/blueman.svg)](https://codecov.io/github/pixelfusion/blueman)
[![Codacy Badge](https://img.shields.io/codacy/a3d1afc3e17b4af3adf9b5543cb81959.svg?style=flat-square)](https://www.codacy.com/public/pixelfusion/blueman)
[![Packagist Version](https://img.shields.io/packagist/v/pixelfusion/blueman.svg?style=flat-square)](https://packagist.org/packages/pixelfusion/blueman)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
Expand Down

0 comments on commit 0c2badf

Please sign in to comment.