[Pkg-javascript-commits] [node-syntax-error] 06/47: using travis
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 19:29:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-syntax-error.
commit c68da55d7c8a7de6a6b5f814ea2c878bbe8fd61a
Author: James Halliday <mail at substack.net>
Date: Thu Aug 2 00:21:08 2012 -0700
using travis
---
.travis.yml | 4 ++++
readme.markdown | 2 ++
2 files changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..895dbd3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+ - 0.6
+ - 0.8
diff --git a/readme.markdown b/readme.markdown
index 6f16b62..d9acd73 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -2,6 +2,8 @@
Detect and report syntax errors in source code strings.
+[![build status](https://secure.travis-ci.org/substack/node-syntax-error.png)](http://travis-ci.org/substack/node-syntax-error)
+
When you type `node src.js` you get a friendly error report about exactly where
the syntax error is. This module lets you check for syntax errors and report
them in a similarly friendly format that wrapping a try/catch around
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-syntax-error.git
More information about the Pkg-javascript-commits
mailing list