summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris Kimpton <chris@kimptoc.net>2013-04-01 09:16:10 +0100
committerChris Kimpton <chris@kimptoc.net>2013-04-01 09:16:10 +0100
commit432a43729db4881d146a94433391560a6fa13c49 (patch)
tree4702285d54010b409d4c93a25b0b587af5e6684b /.travis.yml
parent522d97f3d1d8a708265827ae23a66ccf30c5821c (diff)
downloadasync-432a43729db4881d146a94433391560a6fa13c49.tar.gz
add async to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..60d00ce
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: node_js
+node_js:
+ - "0.10"
+ - "0.8"
+ - "0.6"