Skip to content

Commit 7abcb5f

Browse files
committed
ignore code climate reporter error
1 parent cf449fd commit 7abcb5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ script:
2626
- cat ./coverage/lcov.info | coveralls
2727
- npm run test:e2e
2828
after_script:
29-
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
29+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT || echo code climate error is ignored.
3030

3131
before_deploy:
3232
- export TRAVIS_TAG=${TRAVIS_TAG:-$(node -p "require('./package.json').version")-$(date +'%Y.%m.%d')-$(git log --format=%h -1)}
3333
- echo ${TRAVIS_TAG}
34-
- "if [[ ${TAGGED} != 1 ]]; then git tag ${TRAVIS_TAG} && export TAGGED=1; fi"
35-
- "if [[ ! -e dist ]]; then npm run build && export PACKAGE=$(npm pack --silent); fi"
34+
- 'if [[ ${TAGGED} != 1 ]]; then git tag ${TRAVIS_TAG} && export TAGGED=1; fi'
35+
- 'if [[ ! -e dist ]]; then npm run build && export PACKAGE=$(npm pack --silent); fi'
3636
deploy:
3737
- provider: releases
3838
skip_cleanup: true

0 commit comments

Comments
 (0)