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
|
||||
sudo: false
|
||||
node_js:
|
||||
- '0.12'
|
||||
- '4.1.1'
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
@ -63,7 +63,7 @@ before_install:
|
|||
|
||||
install:
|
||||
# Update npm
|
||||
- npm install -g npm@2.9.1
|
||||
- npm install -g npm@2.14.5
|
||||
- npm --version
|
||||
# Check the size of caches
|
||||
- du -sh ./node_modules || true
|
||||
|
|
Loading…
Reference in New Issue