0
Fork 0
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:
Juan Picado @jotadeveloper 2017-07-08 19:33:13 +02:00
parent c96dd560cd
commit 31be70a18c
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

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