diff options
author | Beau Gunderson <beau@beaugunderson.com> | 2015-05-18 19:59:38 -0700 |
---|---|---|
committer | Beau Gunderson <beau@beaugunderson.com> | 2015-05-18 19:59:38 -0700 |
commit | de3a16091d5125384eff4a54deb3998b13c3814c (patch) | |
tree | dd8644446ae43a755552c732572ad3a9402fe3f1 /.travis.yml | |
parent | a034c1af6667fc2987325cf5be8ba2577986d27a (diff) | |
download | async-de3a16091d5125384eff4a54deb3998b13c3814c.tar.gz |
0.11 → 0.12, add iojs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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" |