mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
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]
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user