chore: fix tslint and unit tests don't fail CI build

This commit is contained in:
Roman Hotsiy 2018-07-23 13:16:13 +03:00
parent 316d6d63fb
commit 6ac46933e8
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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: