ci: Changing the global dependencies install stage for codecoverage

master
Viraj Trivedi 6 years ago
parent d548b63ff2
commit c3933652ff

@ -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

Loading…
Cancel
Save