mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 10:03:45 +03:00
add travis_retry to install jsmp
This commit is contained in:
parent
f8590bb4dd
commit
5595247c3c
|
@ -10,7 +10,7 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g jspm
|
- travis_retry npm install -g jspm
|
||||||
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
|
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user