travis coveralls

This commit is contained in:
Marek Kotewicz 2015-02-17 08:59:19 +01:00
parent 27d53ddf02
commit 339f565b02
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
# git config --global core.excludesfile ~/.gitignore_global
*.swp
/coverage
/tmp
*/**/*un~
*un~

View File

@ -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",