mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 01:21:00 +00: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:
parent
48fc3d9aa7
commit
4bf6f0a7c7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ git:
|
|||
depth: 10
|
||||
node_js:
|
||||
- "4"
|
||||
- "stable"
|
||||
- "5"
|
||||
before_install:
|
||||
- rvm install 2.2
|
||||
- rvm use 2.2 --fuzzy
|
||||
|
|
|
|||
Loading…
Reference in a new issue