From 1c72261f45002744fac3fecec3f0395924d66717 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Fri, 18 May 2012 03:41:15 -0700 Subject: [PATCH] using travis --- .travis.yml | 4 ++++ README.markdown | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f1d0f13 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - 0.4 + - 0.6 diff --git a/README.markdown b/README.markdown index b5e8f41..2d18593 100644 --- a/README.markdown +++ b/README.markdown @@ -3,6 +3,8 @@ shell-quote Parse and quote shell commands. +[![build status](https://secure.travis-ci.org/substack/node-shell-quote.png)](http://travis-ci.org/substack/node-shell-quote) + example =======