ci: Changing the global dependencies install stage for codecoverage

master
Viraj Trivedi 6 years ago
parent c3933652ff
commit ffd422de9f

@ -15,9 +15,9 @@ jobs:
deploy:
provider: script
skip_cleanup: true
install:
before_script:
- npm install -g codecov
- npm install
after_success:
script:
- npm run semantic-release
- codecov

Loading…
Cancel
Save