From ea8da6811a33d9d09ca7570710e021e0a4682dd1 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 31 Dec 2015 18:31:39 -0500 Subject: [PATCH] Include Node 0.10 in Travis tests. We've already done some work to support legacy Node 0.10 (ex https://github.com/hacksalot/HackMyResume/issues/31#issuecomment-167155845) no reason to drop this support by omitting tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e0bc653..de82e91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: + - "0.10" - "0.11" - "0.12" - "4.0"