Skip to content

Commit

Permalink
Merge pull request #145 from yanyiwu/yanyiwu-patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
yanyiwu committed Jan 11, 2020
2 parents dafcbd5 + 66c0f5a commit 6486743
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -26,3 +26,10 @@ addons:
packages:
- g++-4.8
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
deploy:
provider: releases
api_key: ${GH_TOKEN}
file_glob: true
file:
- releases/*
skip_cleanup: true

0 comments on commit 6486743

Please sign in to comment.