Skip to content

Commit

Permalink
trying to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexej Yaroshevich committed Nov 30, 2014
1 parent bee469f commit 0e548b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ node_js:
- "0.10"
- "0.11"

matrix:
allow_failures:
- node_js: "0.11"
script: npm run travis
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"devDependencies": {
"istanbul": "^0.3.2",
"istanbul-coveralls": "1.0.x",
"jscs": "1.8.x",
"jscs-jsdoc": "0.2.x",
"jshint": "~2.5.10",
Expand All @@ -44,7 +45,7 @@
"lint": "jshint lib test && jscs lib test",
"test": "npm run lint && mocha",
"travis": "npm run test && npm run coveralls",
"coveralls": ""
"coveralls": "istanbul cover ./node_modules/.bin/_mocha -- -R spec && istanbul-coveralls"
},
"licenses": [
{
Expand Down

0 comments on commit 0e548b6

Please sign in to comment.