aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-02-28 03:48:09 +0200
committerXhmikosR <[email protected]>2016-02-28 03:48:09 +0200
commitc96cabb5cc7d506439b80177a2f8a475f6a4554b (patch)
tree51ac818e0d74d48bf8d455c85df7f4b6db2a0743
parentae7a0eb7a6d764d9a15ac1a279a01964e7baf032 (diff)
parentd0059ac2ed5335e1d68b161639f7c8f619378cc7 (diff)
downloadbootstrap-c96cabb5cc7d506439b80177a2f8a475f6a4554b.tar.xz
bootstrap-c96cabb5cc7d506439b80177a2f8a475f6a4554b.zip
Merge pull request #19331 from twbs/v4-dev-fix-travis
Travis: use node.js 5.6
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f87759abd..c9dfaefa6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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")