Skip to content

Commit

Permalink
Quick fix for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 1, 2015
1 parent 747157b commit 50bbddb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,5 @@ language: node_js
node_js:
- "0.11"
- "0.10"
script: make coverage
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -16,5 +16,9 @@
"mocha": "2.0.0"
},
"author": "Valeri Karpov <val@karpov.io>",
"license": "Apache 2.0"
"license": "Apache 2.0",
"scripts": {
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -
R spec ./test/*"
}
}

0 comments on commit 50bbddb

Please sign in to comment.