mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
chore: fix travis build for PRs
This commit is contained in:
parent
bde08f1283
commit
39f54d0cc6
|
@ -15,7 +15,7 @@ env:
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
before_script: npm run bundle
|
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
|
after_script: cat ./coverage/lcov.info | coveralls
|
||||||
before_deploy: npm run compile:cli && npm run declarations
|
before_deploy: npm run compile:cli && npm run declarations
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user