diff options
| author | XhmikosR <[email protected]> | 2015-11-26 08:39:16 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-11-26 08:39:16 +0200 |
| commit | b4c4c0b129639bfcd993bdb7fd0e54b982d23930 (patch) | |
| tree | aa1dd97947a2723459bc2aed1fba84faed253c11 | |
| parent | 48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 (diff) | |
| parent | 4bf6f0a7c7170eb225124a1aa39aab21d15c821e (diff) | |
| download | bootstrap-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.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 |
