Skip to content

Commit

Permalink
Fix coveralls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Mar 9, 2018
1 parent bb365ca commit bb9d5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ dist: trusty
language: node_js
node_js:
- "8"
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
script:
- yarn test
after_script:
- cat coverage/lcov.info | coveralls
- yarn coveralls
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test": "yarn lint && yarn karma",
"jison": "node -r babel-register node_modules/.bin/gulp jison",
"prepublishOnly": "yarn build && yarn release && yarn test",
"prepush": "yarn test"
"prepush": "yarn test",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bb9d5e3

Please sign in to comment.