mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 01:54:08 +03:00
Add before_script to .travis.yml
This commit is contained in:
parent
328a3323e0
commit
d03fdd43d9
|
@ -29,6 +29,8 @@ cache:
|
||||||
before_install:
|
before_install:
|
||||||
- travis_retry npm install jspm
|
- travis_retry npm install jspm
|
||||||
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
|
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
|
||||||
|
before_script:
|
||||||
|
- npm run jspm-install
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- npm run build-dist
|
- npm run build-dist
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user