From 4bf6f0a7c7170eb225124a1aa39aab21d15c821e Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@chrisrebert.com>
Date: Wed, 25 Nov 2015 18:47:46 -0800
Subject: [PATCH] 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]
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab