aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-12-15 21:55:26 -0500
committerBen Burwell <ben@benburwell.com>2015-12-15 21:55:26 -0500
commitb189c8bf0a951b367e610c9941c3aff482a8968e (patch)
tree8ed98ef9a6d1323798b3ac88f321194e6e1b0b67 /.travis.yml
parentda7aae128f0f03641afea6a3006d5b39763f572d (diff)
Update node versions for Travis to test to
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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"
+