aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-11-26 08:39:16 +0200
committerXhmikosR <[email protected]>2015-11-26 08:39:16 +0200
commitb4c4c0b129639bfcd993bdb7fd0e54b982d23930 (patch)
treeaa1dd97947a2723459bc2aed1fba84faed253c11
parent48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 (diff)
parent4bf6f0a7c7170eb225124a1aa39aab21d15c821e (diff)
downloadbootstrap-b4c4c0b129639bfcd993bdb7fd0e54b982d23930.tar.xz
bootstrap-b4c4c0b129639bfcd993bdb7fd0e54b982d23930.zip
Merge pull request #18351 from twbs/node_js-stable
Travis CI: Use Node.js 5 instead of "stable"
-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