[Pkg-javascript-commits] [node-astw] 06/30: using travis

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 d72287ba6e0d5025afdb9e11a449fad2d0ad2757
Author: James Halliday <mail at substack.net>
Date:   Sat Mar 2 02:28:57 2013 -0800

    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..ed178f6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+  - 0.8
+  - 0.9
diff --git a/readme.markdown b/readme.markdown
index b869196..1af050c 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -2,6 +2,8 @@
 
 walk the ast
 
+[![build status](https://secure.travis-ci.org/substack/astw.png)](http://travis-ci.org/substack/astw)
+
 This module is a faster version of
 [falafel](https://github.com/substack/node-falafel)
 that only does ast walking and `.parent` tracking, not source transforms.

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