From 9a6e88a0332808d73ca4111aa9cbf32307299cec Mon Sep 17 00:00:00 2001 From: Pan Date: Sun, 26 Aug 2018 00:34:52 +0800 Subject: [PATCH] t --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27681fa..19de771 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ install: - npm install -g codecov script: npm run test:ci after_success: - - codecov --file test/coverage/lcov.info --disable search + - codecov notifications: email: false