From: Chris Rebert Date: Thu, 26 Nov 2015 02:47:46 +0000 (-0800) Subject: Travis CI: Use Node.js 5 instead of "stable" X-Git-Tag: v4.0.0-alpha.2~106^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf6f0a7c7170eb225124a1aa39aab21d15c821e;p=thirdparty%2Fbootstrap.git Travis CI: Use Node.js 5 instead of "stable" "stable" is deprecated by nvm Refs https://github.com/twbs/grunt-bootlint/pull/61 [skip sauce] --- diff --git a/.travis.yml b/.travis.yml index 78e560986d..36b9c1094a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ git: depth: 10 node_js: - "4" - - "stable" + - "5" before_install: - rvm install 2.2 - rvm use 2.2 --fuzzy