Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2018-05-07 11:00:41 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-05-07 11:10:57 +0300
commit029b85ad9b99e023df3d29489bc1fe96fd2e8795 (patch)
tree0936cd657799244e8d33279d3eb7a853de3aa4fb /.travis.yml
parentb3e0a8a3c42b5c8528896ba115b9ad95d8253413 (diff)
chore(node): use node 6 as it required in our package.json
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ca932e99f4..79623d90ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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")