mirror of https://github.com/status-im/web3.js.git
travis coveralls
This commit is contained in:
parent
001077e0b9
commit
27d53ddf02
|
@ -9,5 +9,5 @@ script:
|
|||
- "jshint *.js lib"
|
||||
after_script:
|
||||
- npm run-script build
|
||||
- npm test
|
||||
- npm run-script test-coveralls
|
||||
|
||||
|
|
11
package.json
11
package.json
|
@ -8,9 +8,9 @@
|
|||
"lib": "./lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"bignumber.js": ">=2.0.0",
|
||||
"ws": "*",
|
||||
"xmlhttprequest": "*",
|
||||
"bignumber.js": ">=2.0.0"
|
||||
"xmlhttprequest": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bower": ">=1.3.0",
|
||||
|
@ -26,13 +26,16 @@
|
|||
"uglifyify": "^2.6.0",
|
||||
"unreachable-branch-transform": "^0.1.0",
|
||||
"vinyl-source-stream": "^1.0.0",
|
||||
"mocha": ">=2.1.0"
|
||||
"mocha": ">=2.1.0",
|
||||
"coveralls": "^2.11.2",
|
||||
"mocha-lcov-reporter": "0.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"watch": "gulp watch",
|
||||
"lint": "gulp lint",
|
||||
"test": "mocha"
|
||||
"test": "mocha",
|
||||
"test-coveralls": "mocha -R mocha-lcov-reporter | coveralls"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue