mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
fix: we force travis to update npm to latest
This commit is contained in:
parent
c96dd560cd
commit
31be70a18c
@ -5,5 +5,7 @@ node_js:
|
|||||||
- '7'
|
- '7'
|
||||||
- '8'
|
- '8'
|
||||||
sudo: false
|
sudo: false
|
||||||
script: npm install . && npm run build:webui && npm run test-travis
|
before_script:
|
||||||
|
- npm install -g npm
|
||||||
|
script: npm install && npm run build:webui && npm run test-travis
|
||||||
after_success: npm run coverage:codecov
|
after_success: npm run coverage:codecov
|
||||||
|
Loading…
Reference in New Issue
Block a user