[Pkg-javascript-commits] [node-labeled-stream-splicer] 06/14: badges

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


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

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

commit 6990ad1fa852f78a030b1e57b3fb72209af02dbf
Author: James Halliday <mail at substack.net>
Date:   Tue Jun 10 22:28:53 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 3e362f3..181ab25 100644
--- a/package.json
+++ b/package.json
@@ -35,5 +35,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 553090f..557f5ae 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -2,6 +2,10 @@
 
 [stream splicer](https://npmjs.org/package/stream-splicer) with labels
 
+[![testling badge](https://ci.testling.com/substack/labeled-stream-splicer.png)](https://ci.testling.com/substack/labeled-stream-splicer)
+
+[![build status](https://secure.travis-ci.org/substack/labeled-stream-splicer.png)](http://travis-ci.org/substack/labeled-stream-splicer)
+
 # example
 
 Here's an example that exposes a label for `deps` and `pack`:

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



More information about the Pkg-javascript-commits mailing list