[Pkg-javascript-commits] [node-lexical-scope] 12/83: using testling-ci
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:45:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-lexical-scope.
commit 8e5d6f117226da664f8661495a6738d8c7f8b306
Author: James Halliday <mail at substack.net>
Date: Mon Feb 18 15:10:51 2013 +1000
using testling-ci
---
package.json | 12 +++++++++++-
readme.markdown | 2 ++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 2c1880d..9e80113 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lexical-scope",
- "version": "0.0.0",
+ "version": "0.0.1",
"description": "detect global and local lexical identifiers from javascript source code",
"main": "index.js",
"dependencies": {
@@ -13,6 +13,16 @@
"scripts": {
"test": "tap test/*.js"
},
+ "testling" : {
+ "files" : "test/*.js",
+ "browsers" : [
+ "ie/6", "ie/7", "ie/8", "ie/9", "ie/10",
+ "chrome/20", "chrome/latest",
+ "firefox/10", "firefox/15", "firefox/latest",
+ "safari/latest",
+ "opera/11.0", "opera/latest"
+ ]
+ },
"repository": {
"type": "git",
"url": "git://github.com/substack/lexical-scope.git"
diff --git a/readme.markdown b/readme.markdown
index c5b359a..0659e63 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -2,6 +2,8 @@
detect global and local lexical identifiers from javascript source code
+[![browser support](http://ci.testling.com/substack/lexical-scope.png)](http://ci.testling.com/substack/lexical-scope)
+
[![build status](https://secure.travis-ci.org/substack/lexical-scope.png)](http://travis-ci.org/substack/lexical-scope)
# example
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lexical-scope.git
More information about the Pkg-javascript-commits
mailing list