mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-21 18:48:29 +00:00
travis coveralls
This commit is contained in:
parent
27d53ddf02
commit
339f565b02
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
# git config --global core.excludesfile ~/.gitignore_global
|
||||
|
||||
*.swp
|
||||
/coverage
|
||||
/tmp
|
||||
*/**/*un~
|
||||
*un~
|
||||
|
@ -28,14 +28,15 @@
|
||||
"vinyl-source-stream": "^1.0.0",
|
||||
"mocha": ">=2.1.0",
|
||||
"coveralls": "^2.11.2",
|
||||
"mocha-lcov-reporter": "0.0.1"
|
||||
"mocha-lcov-reporter": "0.0.1",
|
||||
"istanbul": "^0.3.5"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"watch": "gulp watch",
|
||||
"lint": "gulp lint",
|
||||
"test": "mocha",
|
||||
"test-coveralls": "mocha -R mocha-lcov-reporter | coveralls"
|
||||
"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | ./node_modules/.bin/coveralls --verbose"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user