fix badges

This commit is contained in:
Dylan Greene
2014-10-21 17:53:13 -04:00
parent 0895c42dd4
commit 56ca5c51e6
3 changed files with 4 additions and 3 deletions

View File

@@ -2,3 +2,5 @@ language: node_js
node_js: node_js:
- "0.10" - "0.10"
- "0.11" - "0.11"
before_script:
- npm install -g grunt-cli

View File

@@ -34,10 +34,9 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/dylang/node-rss" "url": "http://github.com/dylang/node-rss.git"
}, },
"bugs": { "bugs": {
"mail": "dylang@gmail.com",
"url": "http://github.com/dylang/node-rss/issues" "url": "http://github.com/dylang/node-rss/issues"
}, },
"dependencies": { "dependencies": {

View File

@@ -1,4 +1,4 @@
## rss [![NPM version](https://badge.fury.io/js/rss.png)](http://badge.fury.io/js/rss) [![Build Status](http://github.com/dylang/node-rss.png)](http://github.com/dylang/node-rss) ## rss [![NPM version](https://badge.fury.io/js/rss.svg)](http://badge.fury.io/js/rss) [![Build Status](https://travis-ci.org/dylang/node-rss.svg)](https://travis-ci.org/dylang/node-rss)
> RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS. > RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS.