From c496c2f3c0da831554a35f4b6dff74fd7e475a57 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 1 Oct 2015 18:56:36 -0700 Subject: [PATCH] CI Against Node 4.1 Perf isn't as bad as 0.12, and it's the new LTS release series. TBH, we should probably also CI against `'node'` for the latest public version. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 572ac835cd4..954589f2eec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: + - '4.1' - '0.10' -sudo: false \ No newline at end of file +sudo: false