Merge pull request #32 from maraoz/fix/travis

add npm test command
This commit is contained in:
Esteban Ordano 2015-03-10 12:18:01 -03:00
commit 01aa4fa4f9

View File

@ -40,7 +40,8 @@
"bitcore"
],
"scripts": {
"start": "node index.js"
"start": "node index.js",
"test": "gulp test"
},
"dependencies": {
"async": "0.9.0",