mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: fix travis build for PRs
This commit is contained in:
parent
bde08f1283
commit
39f54d0cc6
|
@ -15,7 +15,7 @@ env:
|
|||
addons:
|
||||
chrome: stable
|
||||
before_script: npm run bundle
|
||||
script: npm test && npm run e2e-ci
|
||||
script: npm test && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run e2e-ci || npm run e2e
|
||||
after_script: cat ./coverage/lcov.info | coveralls
|
||||
before_deploy: npm run compile:cli && npm run declarations
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user