From c496c2f3c0da831554a35f4b6dff74fd7e475a57 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 1 Oct 2015 18:56:36 -0700 Subject: [PATCH 1/2] 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 572ac835cd42f..954589f2eec05 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 From 7f3bfcf26aa6ba8b70b38990a3db9aefc772a38e Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Mon, 5 Oct 2015 15:48:03 -0700 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 954589f2eec05..03e319f6b16aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - '4.1' + - '4' - '0.10' sudo: false