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