Commit 4bf6f0a7 authored by Chris Rebert's avatar Chris Rebert
Browse files

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]
parent 48fc3d9a
Showing with 1 addition and 1 deletion
+1 -1
...@@ -4,7 +4,7 @@ git: ...@@ -4,7 +4,7 @@ git:
depth: 10 depth: 10
node_js: node_js:
- "4" - "4"
- "stable" - "5"
before_install: before_install:
- rvm install 2.2 - rvm install 2.2
- rvm use 2.2 --fuzzy - rvm use 2.2 --fuzzy
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment