mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
Force use npm on travis
This commit is contained in:
parent
e50d143d96
commit
f51ea1f206
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ node_js:
|
|||
- '6'
|
||||
- '7'
|
||||
sudo: false
|
||||
install:
|
||||
- npm install
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: 'iojs'
|
||||
fast_finish: true
|
||||
script: npm install . && npm run test-travis
|
Loading…
Add table
Reference in a new issue