diff options
author | Ben Burwell <ben@benburwell.com> | 2015-12-15 21:55:26 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-12-15 21:55:26 -0500 |
commit | b189c8bf0a951b367e610c9941c3aff482a8968e (patch) | |
tree | 8ed98ef9a6d1323798b3ac88f321194e6e1b0b67 | |
parent | da7aae128f0f03641afea6a3006d5b39763f572d (diff) |
Update node versions for Travis to test to
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 982fee7..93df440 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: node_js node_js: - - "0.10" + - "0.12" + - "4.0" + - "4.1" + - "4.2" + |