From c3933652ff95f12091a6828a3fc2e5747f4afa95 Mon Sep 17 00:00:00 2001 From: Viraj Trivedi Date: Fri, 15 Feb 2019 18:52:27 +0530 Subject: [PATCH] ci: Changing the global dependencies install stage for codecoverage --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7911433..eda4142 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ jobs: deploy: provider: script skip_cleanup: true - before_script: - - npm install + install: - npm install -g codecov - script: + - npm install + after_success: - npm run semantic-release - codecov