From 2fbda485aa02bfdabe0a08210ecd2a5b5faa03ef Mon Sep 17 00:00:00 2001 From: Jason Hee Date: Mon, 23 Aug 2021 00:21:53 +0800 Subject: [PATCH] Update travis CI to not send email notifications --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c45ca2b..203a855 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js node_js: - "node" -after_success: npm run coverage \ No newline at end of file +after_success: npm run coverage +notifications: + email: false \ No newline at end of file