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" "bitcore"
], ],
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js",
"test": "gulp test"
}, },
"dependencies": { "dependencies": {
"async": "0.9.0", "async": "0.9.0",