Merge pull request #107 from bitcoinjs/fix-travis
travis upgrade npm before installing modules
This commit is contained in:
commit
7074eff2af
@ -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 New Issue
Block a user