mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
Update to npm@3 on travis
This commit is contained in:
parent
798869944f
commit
236ceafd8b
|
@ -25,6 +25,7 @@ addons:
|
|||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
|
||||
before_script:
|
||||
- npm run e2e-server > /dev/null & # kill e2e server
|
||||
- sleep 3 # give server time to start
|
||||
|
|
Loading…
Reference in New Issue
Block a user