Skip to content

Commit

Permalink
Just run coveralls on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yhsiang committed Feb 13, 2016
1 parent 7c85212 commit 1d5e009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,5 @@ language: node_js
node_js:
- "4.1"
- "0.10"
after_success:
npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"tape": "tape -r babel-register test/*.js",
"test:cov": "babel-node node_modules/babel-istanbul/lib/cli.js cover node_modules/tape/bin/tape -r babel-register test/*.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "npm run test:cov && npm run coveralls"
"test": "npm run test:cov"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d5e009

Please sign in to comment.