Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

Commit 2f35d53

Browse files
author
Benjamin Coe
committed
pulled in nyc for coverage, and standard style
1 parent 737dbad commit 2f35d53

20 files changed

+1112
-1120
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
node_modules
44
npm-debug.log
55
description.json
6+
.nyc_output

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3-
- "iojs"
43
- "0.10"
54
- "0.12"
5+
- "iojs"
6+
after_success: npm run coverage

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Thumbd
22
======
33

4+
[![Coverage Status](https://coveralls.io/repos/bcoe/thumbd/badge.svg?branch=)](https://coveralls.io/r/bcoe/thumbd?branch=)
45
[![Build Status](https://travis-ci.org/bcoe/thumbd.png)](https://travis-ci.org/bcoe/thumbd)
56

67
Thumbd is an image thumbnailing server built on top of Node.js, SQS, S3, and ImageMagick.

0 commit comments

Comments
 (0)