build(travis): bump node version to 4.1.1 and npm to 2.14.5
This commit is contained in:
parent
9f688d314f
commit
fc764b42f6
|
@ -1,7 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
sudo: false
|
sudo: false
|
||||||
node_js:
|
node_js:
|
||||||
- '0.12'
|
- '4.1.1'
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
@ -63,7 +63,7 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Update npm
|
# Update npm
|
||||||
- npm install -g npm@2.9.1
|
- npm install -g npm@2.14.5
|
||||||
- npm --version
|
- npm --version
|
||||||
# Check the size of caches
|
# Check the size of caches
|
||||||
- du -sh ./node_modules || true
|
- du -sh ./node_modules || true
|
||||||
|
|
Loading…
Reference in New Issue