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: deploy:
provider: script provider: script
skip_cleanup: true skip_cleanup: true
install: before_script:
- npm install -g codecov - npm install -g codecov
- npm install - npm install
after_success: script:
- npm run semantic-release - npm run semantic-release
- codecov - codecov

Loading…
Cancel
Save