Fix: travis.yml and package.json

This commit is contained in:
Gustavo Cortez 2014-04-28 15:24:27 -03:00
parent ca720818bc
commit 306e8bc27a
2 changed files with 1 additions and 8 deletions

View File

@ -2,11 +2,4 @@ language: node_js
node_js:
- "0.10"
notifications:
email: false
branches:
only:
- master
script: "mocha"

View File

@ -35,7 +35,7 @@
"commander": "~2.1.0",
"uglifyify": "~1.2.3",
"soop": "~0.1.5",
"bitcore": "git://github.com/maraoz/bitcore.git#5e636f6b9c7f8e629b1a502025556e886c3b75e1",
"bitcore": "https://github.com/bitpay/bitcore.git",
"chai": "~1.9.1",
"sinon": "~1.9.1",
"node-cryptojs-aes": "=0.4.0"