Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2015-11-26 05:47:46 +0300
committerChris Rebert <github@chrisrebert.com>2015-11-26 05:47:46 +0300
commit4bf6f0a7c7170eb225124a1aa39aab21d15c821e (patch)
treeaa1dd97947a2723459bc2aed1fba84faed253c11 /.travis.yml
parent48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 (diff)
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]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 78e560986d..36b9c1094a 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