[Pkg-javascript-commits] [node-stream-splicer] 68/71: Remove testling and add node 0.12 + iojs to travis

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:55:54 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 2ecf4b0f232f1935d4871dfe20a0a129dba9916b
Author: Andres Suarez <zertosh at gmail.com>
Date:   Sun Aug 23 22:50:45 2015 -0400

    Remove testling and add node 0.12 + iojs to travis
---
 .travis.yml     |  2 ++
 package.json    | 20 +-------------------
 readme.markdown |  4 +---
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9672e12..74c57bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,5 +2,7 @@ language: node_js
 node_js:
   - "0.8"
   - "0.10"
+  - "0.12"
+  - "iojs"
 before_install:
   - npm install -g npm@~1.4.6
diff --git a/package.json b/package.json
index 59a2877..71c43fe 100644
--- a/package.json
+++ b/package.json
@@ -33,23 +33,5 @@
     "email": "mail at substack.net",
     "url": "http://substack.net"
   },
-  "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"
-    ]
-  }
+  "license": "MIT"
 }
diff --git a/readme.markdown b/readme.markdown
index acac4cd..bfa039b 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -6,9 +6,7 @@ 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)
+[![build status](https://travis-ci.org/substack/stream-splicer.png?branch=master)](http://travis-ci.org/substack/stream-splicer)
 
 # example
 

-- 
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