aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-25 18:47:46 -0800
committerChris Rebert <[email protected]>2015-11-25 18:47:46 -0800
commit4bf6f0a7c7170eb225124a1aa39aab21d15c821e (patch)
treeaa1dd97947a2723459bc2aed1fba84faed253c11
parent48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 (diff)
downloadbootstrap-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.yml2
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