From 6ac46933e8496eeea168cae021fee4b1cfec4f1b Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 23 Jul 2018 13:16:13 +0300 Subject: [PATCH] chore: fix tslint and unit tests don't fail CI build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4468bfb..bd62e9cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: