[Pkg-javascript-commits] [node-stream-splicer] 34/71: badges

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:55:50 UTC 2017


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

rouca pushed a commit to branch master
in repository node-stream-splicer.

commit 64b827d6736a2a2f37a1500e4e572726e85ee6c2
Author: James Halliday <mail at substack.net>
Date:   Mon Jun 9 14:21:31 2014 -0700

    badges
---
 .travis.yml     |  6 ++++++
 package.json    | 20 +++++++++++++++++++-
 readme.markdown |  4 ++++
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9672e12
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+  - "0.8"
+  - "0.10"
+before_install:
+  - npm install -g npm@~1.4.6
diff --git a/package.json b/package.json
index 5864e86..eb5c0cc 100644
--- a/package.json
+++ b/package.json
@@ -34,5 +34,23 @@
     "email": "mail at substack.net",
     "url": "http://substack.net"
   },
-  "license": "MIT"
+  "license": "MIT",
+  "testling": {
+    "files": "test/*.js",
+    "browsers": [
+      "ie/8..latest",
+      "firefox/15",
+      "firefox/latest",
+      "firefox/nightly",
+      "chrome/15",
+      "chrome/latest",
+      "chrome/canary",
+      "opera/12..latest",
+      "opera/next",
+      "safari/5.1..latest",
+      "ipad/6.0..latest",
+      "iphone/6.0..latest",
+      "android-browser/4.2..latest"
+    ]
+  }
 }
diff --git a/readme.markdown b/readme.markdown
index 7ab7652..2e7bdf3 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -6,6 +6,10 @@ This module is similar to
 [stream-combiner](https://npmjs.org/package/stream-combiner),
 but with a pipeline configuration that can be changed at runtime.
 
+[![testling badge](https://ci.testling.com/substack/stream-splicer.png)](https://ci.testling.com/substack/stream-splicer)
+
+[![build status](https://secure.travis-ci.org/substack/stream-splicer.png)](http://travis-ci.org/substack/stream-splicer)
+
 # example
 
 This example begins with an HTTP header parser that waits for an empty line to

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



More information about the Pkg-javascript-commits mailing list