mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
chore: fix tslint and unit tests don't fail CI build
This commit is contained in:
parent
316d6d63fb
commit
6ac46933e8
|
@ -15,8 +15,8 @@ env:
|
|||
addons:
|
||||
chrome: stable
|
||||
before_script: npm run bundle
|
||||
script: npm test && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run e2e-ci || npm
|
||||
run e2e
|
||||
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