1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Travis CI: Specify node.js 5.6 since 5.7.0 has regressions.

This should be reverted when the next 5.x version is out.

[skip sauce]
This commit is contained in:
XhmikosR 2016-02-27 13:34:57 +02:00
parent ae7a0eb7a6
commit d0059ac2ed

View file

@ -5,7 +5,7 @@ git:
depth: 10
node_js:
- "4"
- "5"
- "5.6"
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")