Skip to content

Commit

Permalink
travis config fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Kovalev committed May 18, 2022
1 parent daae976 commit ca95bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ MIT
[ico-serverless]: http://public.serverless.com/badges/v3.svg
[ico-npm]: https://img.shields.io/npm/v/@haftahave/serverless-ses-template.svg
[ico-npm-downloads]: https://img.shields.io/npm/dt/@haftahave/serverless-ses-template.svg
[ico-build]: https://travis-ci.com/haftahave/serverless-ses-template.svg?branch=master
[ico-build]: https://app.travis-ci.com/haftahave/serverless-ses-template.svg?branch=master

[link-serverless]: http://www.serverless.com/
[link-npm]: https://www.npmjs.com/package/@haftahave/serverless-ses-template
[link-build]: https://travis-ci.com/haftahave/serverless-ses-template
[link-build]: https://app.travis-ci.com/haftahave/serverless-ses-template
[link-ses-guide]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html
[link-ses-sdk]: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SES.html#sendTemplatedEmail-property
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"scripts": {
"coverage_report": "nyc report --reporter=html",
"coverage_test": "nyc check-coverage --lines 80 --functions 80 --branches 75",
"coverage_test": "nyc check-coverage --lines 80 --functions 80 --branches 70",
"lint": "eslint .",
"test": "nyc ./node_modules/mocha/bin/_mocha tests -R spec --recursive"
},
Expand Down

0 comments on commit ca95bb8

Please sign in to comment.