travis upgrade npm before installing modules
This commit is contained in:
parent
db35a84a80
commit
0ac5a79548
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
before_install:
|
||||||
|
- "npm install npm -g"
|
||||||
node_js:
|
node_js:
|
||||||
- "0.11"
|
- "0.11"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
|
Loading…
Reference in a new issue