]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "Travis CI: Specify node.js 5.6 since 5.7.0 has regressions."
authorXhmikosR <xhmikosr@gmail.com>
Thu, 3 Mar 2016 07:38:32 +0000 (09:38 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 3 Mar 2016 07:39:05 +0000 (09:39 +0200)
This reverts commit d0059ac2ed5335e1d68b161639f7c8f619378cc7.

Node.js 5.7.1 is out with the issue fixed.

[skip sauce]

.travis.yml

index c9dfaefa63c61009d480036392c01a96e57012a9..f87759abda01c5e7b64797f3b78a728dbf2a3e12 100644 (file)
@@ -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")