Add CI build for supported Node versions
authorNick Schonning <nschonni@gmail.com>
Thu, 9 May 2013 03:42:06 +0000 (23:42 -0400)
committerNick Schonning <nschonni@gmail.com>
Thu, 9 May 2013 03:42:06 +0000 (23:42 -0400)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..d959127
--- /dev/null
@@ -0,0 +1,7 @@
+language: node_js
+node_js:
+    - "0.4"
+    - "0.6"
+    - "0.8"
+    - "0.10"
+    - "0.11"