Skip to content

Commit

Permalink
badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Oct 9, 2014
1 parent a8c19b0 commit 94f7bb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_js:

script:
- make test-cov
- cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
turnt-bugfixes
==============
[![Build Status](https://travis-ci.org/eiriksm/turnt-bugfixes.svg?branch=master)](https://travis-ci.org/eiriksm/turnt-bugfixes)
[![devDependency Status](https://david-dm.org/eiriksm/turnt-bugfixes/dev-status.svg)](https://david-dm.org/eiriksm/turnt-bugfixes#info=devDependencies)
[![Coverage Status](https://img.shields.io/coveralls/eiriksm/turnt-bugfixes.svg)](https://coveralls.io/r/eiriksm/turnt-bugfixes)
[![Code Climate](https://codeclimate.com/github/eiriksm/turnt-bugfixes/badges/gpa.svg)](https://codeclimate.com/github/eiriksm/turnt-bugfixes)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"homepage": "https://github.com/eiriksm/turnt-bugfixes",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"mocha": "^1.21.4",
"should": "^4.0.4"
Expand Down

0 comments on commit 94f7bb8

Please sign in to comment.