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 # git config --global core.excludesfile ~/.gitignore_global
*.swp *.swp
/coverage
/tmp /tmp
*/**/*un~ */**/*un~
*un~ *un~

View File

@ -28,14 +28,15 @@
"vinyl-source-stream": "^1.0.0", "vinyl-source-stream": "^1.0.0",
"mocha": ">=2.1.0", "mocha": ">=2.1.0",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"mocha-lcov-reporter": "0.0.1" "mocha-lcov-reporter": "0.0.1",
"istanbul": "^0.3.5"
}, },
"scripts": { "scripts": {
"build": "gulp", "build": "gulp",
"watch": "gulp watch", "watch": "gulp watch",
"lint": "gulp lint", "lint": "gulp lint",
"test": "mocha", "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": { "repository": {
"type": "git", "type": "git",