diff options
| author | Chris Rebert <[email protected]> | 2015-11-25 18:47:46 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-25 18:47:46 -0800 |
| commit | 4bf6f0a7c7170eb225124a1aa39aab21d15c821e (patch) | |
| tree | aa1dd97947a2723459bc2aed1fba84faed253c11 | |
| parent | 48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 (diff) | |
| download | bootstrap-4bf6f0a7c7170eb225124a1aa39aab21d15c821e.tar.xz bootstrap-4bf6f0a7c7170eb225124a1aa39aab21d15c821e.zip | |
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]
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 78e560986..36b9c1094 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 |
