[Pkg-javascript-commits] [node-astw] 07/30: using testling

Bastien Roucariès rouca at moszumanska.debian.org
Tue Sep 26 12:55:03 UTC 2017


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

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

commit 2231b39f62d6e2e8f78f1a85dc1dbe89d597194f
Author: James Halliday <mail at substack.net>
Date:   Sat Mar 2 02:29:34 2013 -0800

    using testling
---
 package.json | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/package.json b/package.json
index d4e3e8e..c045390 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,17 @@
     "scripts": {
         "test": "tap test/*.js"
     },
+    "testling" : {
+        "files" : "test/*.js",
+        "browsers" : [
+            "ie/6..latest",
+            "chrome/20..latest",
+            "firefox/10..latest",
+            "safari/latest",
+            "opera/11.0..latest",
+            "iphone/6", "ipad/6"
+        ]
+    },
     "repository": {
         "type": "git",
         "url": "git://github.com/substack/astw.git"

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



More information about the Pkg-javascript-commits mailing list