]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
chore(node): use node 6 as it required in our package.json
authorJohann-S <johann.servoire@gmail.com>
Mon, 7 May 2018 08:00:41 +0000 (10:00 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 7 May 2018 08:10:57 +0000 (11:10 +0300)
.travis.yml

index ca932e99f4f9cb5cdbdceedbc748821f8ae14381..79623d90ad52237361fde38c3d7f6561549540e4 100644 (file)
@@ -4,7 +4,7 @@ language: node_js
 git:
   depth: 10
 node_js:
-  - "0.12"
+  - "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")