From 66d54b3e41a2c68b89639e9cfbaaa6ebdc340ca1 Mon Sep 17 00:00:00 2001 From: Rick Zhou Date: Tue, 14 Aug 2018 00:12:54 -0700 Subject: [PATCH] test coverall merge coverage report --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0283efd8..2424de77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ addons: chrome: stable cache: yarn: true +notifications: + webhooks: https://coveralls.io/webhook?repo_token=COVERALLS_REPO_TOKEN script: - yarn run nyc-cache - yarn run test-nyc-strict