From 606c8d05fdae4f1a52704f396990953f5272b3ce Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Wed, 10 Feb 2016 14:13:21 +1100 Subject: [PATCH] Travis CI: Switch from deprecated `stable` NodeJS to latest 4.x.x & 5.x.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • `stable` is deprecated, see https://github.com/creationix/nvm#usage • Switch from `4.0` to `4` to use the latest v4.x.x LTS branch • Switch from `stable` to `5` to use the latest v5.x.x "stable" branch --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f31f1fb47a..5f2eebe0a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ cache: - node_modules node_js: - - stable - - "4.0" + - "5" + - "4" - iojs - "0.10" - "0.12"