0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-18 02:22:46 -05:00

Force use npm on travis

This commit is contained in:
Juan Picado 2017-04-17 12:53:17 +02:00
parent 8372674d09
commit c21239a634
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -4,4 +4,4 @@ node_js:
- '6'
- '7'
sudo: false
script: npm install . && npm run test-travis
script: npm install . && npm run test-travis