From fd1cc28f416226722a1151cb7e46b533c24c8940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Tue, 23 Jun 2020 10:56:03 +0200 Subject: [PATCH] publish codecov only from single matrix --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 351aaff..fd12189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,9 @@ os: - windows script: npx nyc -s yarn run test:node --bail -after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov +after_success: + - npm install -g travis-deploy-once + - travis-deploy-once "npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov" jobs: include: