summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBeau Gunderson <beau@beaugunderson.com>2015-05-18 19:59:38 -0700
committerBeau Gunderson <beau@beaugunderson.com>2015-05-18 19:59:38 -0700
commitde3a16091d5125384eff4a54deb3998b13c3814c (patch)
treedd8644446ae43a755552c732572ad3a9402fe3f1 /.travis.yml
parenta034c1af6667fc2987325cf5be8ba2577986d27a (diff)
downloadasync-de3a16091d5125384eff4a54deb3998b13c3814c.tar.gz
0.11 → 0.12, add iojs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 05d299e..6064ca0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: node_js
node_js:
- "0.10"
- - "0.11"
+ - "0.12"
+ - "iojs"