mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +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:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
before_script: npm run bundle
|
before_script: npm run bundle
|
||||||
script: npm test && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run e2e-ci || npm
|
script: npm test && ([ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run e2e-ci || npm
|
||||||
run e2e
|
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