[Pkg-javascript-commits] [node-expat] 224/371: Added travis icon

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 7d50487a4b3113bf337711974e10810b373011d3
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Sun Dec 8 13:42:11 2013 +0000

    Added travis icon
---
 README.markdown | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/README.markdown b/README.markdown
index 4f6f7bd..5bf3b22 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,11 +1,11 @@
-# node-expat #
+# node-expat 
 
-## Motivation ##
+## Motivation 
 
 You use [node.js](http://github.com/ry/node) for speed? You process
 XML streams? Then you want the fastest XML parser: [libexpat](http://expat.sourceforge.net/)!
 
-## Speed ##
+## Speed 
 
 A stupid speed test is supplied in `bench.js`. We measure how many
 25-byte elements a SAX parser can process:
@@ -16,16 +16,25 @@ A stupid speed test is supplied in `bench.js`. We measure how many
 
 These numbers were recorded on a Core 2 2400 MHz.
 
-## Instructions ##
+## Instructions 
 
 Install node-expat:
 
     npm i node-expat
-    
+  
 ### Installing on windows?
 
 See https://github.com/node-xmpp/node-expat/issues/78 if you are getting errors about not finding `nan.h`.
 
+## Testing
+
+```
+npm test
+```
+
+[![Build Status](https://travis-ci.org/node-xmpp/node-expat.png?branch=v2.1.2)](https://travis-ci.org/node-xmpp/node-expat)
+
+
 ## Usage ##
 
 Important events emitted by a parser:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list