You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/07/21 18:20:17 UTC

git commit: Add Travis and npm badges to README.md

Repository: cordova-lib
Updated Branches:
  refs/heads/master a0476869b -> 8fc644ced


Add Travis and npm badges to README.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/8fc644ce
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/8fc644ce
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/8fc644ce

Branch: refs/heads/master
Commit: 8fc644ced4817cd6334aa0f3ec2b566e47d3f774
Parents: a047686
Author: Mark Koudritsky <ka...@gmail.com>
Authored: Mon Jul 21 12:19:50 2014 -0400
Committer: Mark Koudritsky <ka...@gmail.com>
Committed: Mon Jul 21 12:19:50 2014 -0400

----------------------------------------------------------------------
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/8fc644ce/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f2f8067..077575a 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,14 @@
 #
 -->
 
+[![Build Status](https://travis-ci.org/apache/cordova-lib.svg?branch=master)](https://travis-ci.org/apache/cordova-lib)
+&nbsp; [![npm version](http://b.adge.me/npm/v/cordova-lib.svg)](https://www.npmjs.org/package/cordova-lib)
+
 # cordova-lib
 Contains npm modules used primarily by [cordova](https://github.com/apache/cordova-cli/) and [plugman](https://github.com/apache/cordova-plugman/).
 
 ## Setup
-* Clone this repository onto your local machine. 
+* Clone this repository onto your local machine.
     `git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.git`
 * In terminal, navigate to the inner cordova-lib directory.
     `cd cordova-lib/cordova-lib`