upgrade npm on travis

This commit is contained in:
Mathias Buus 2014-06-27 09:18:13 +02:00
parent 8829fc4084
commit fa1e495eb3

View file

@ -2,3 +2,5 @@ language: node_js
node_js: node_js:
- "0.8" - "0.8"
- "0.10" - "0.10"
before_install:
- npm install -g npm@~1.4.6