mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix: we force travis to update npm to latest
This commit is contained in:
parent
c96dd560cd
commit
31be70a18c
1 changed files with 3 additions and 1 deletions
|
@ -5,5 +5,7 @@ node_js:
|
|||
- '7'
|
||||
- '8'
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue