diff options
| author | XhmikosR <[email protected]> | 2016-03-03 09:38:32 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-03 09:39:05 +0200 |
| commit | 7d8ab357af16bb1a6ccb0beeb2c56568314ab394 (patch) | |
| tree | dc9d9f8edb6fb3521aa38438fcfddc4aaf3b69c5 | |
| parent | 4480b684a3af8d61c2db6633205e47c42b96c03d (diff) | |
| download | bootstrap-7d8ab357af16bb1a6ccb0beeb2c56568314ab394.tar.xz bootstrap-7d8ab357af16bb1a6ccb0beeb2c56568314ab394.zip | |
Revert "Travis CI: Specify node.js 5.6 since 5.7.0 has regressions."
This reverts commit d0059ac2ed5335e1d68b161639f7c8f619378cc7.
Node.js 5.7.1 is out with the issue fixed.
[skip sauce]
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c9dfaefa6..f87759abd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ git: depth: 10 node_js: - "4" - - "5.6" + - "5" before_install: # Remove ./node_modules/.bin from PATH so node-which doesn't replace Unix which and cause RVM to barf. See https://github.com/travis-ci/travis-ci/issues/5092 - export PATH=$(python -c 'from sys import argv;from collections import OrderedDict as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))' "$PATH") |
