File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ script:
26
26
- cat ./coverage/lcov.info | coveralls
27
27
- npm run test:e2e
28
28
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.
30
30
31
31
before_deploy :
32
32
- export TRAVIS_TAG=${TRAVIS_TAG:-$(node -p "require('./package.json').version")-$(date +'%Y.%m.%d')-$(git log --format=%h -1)}
33
33
- 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'
36
36
deploy :
37
37
- provider : releases
38
38
skip_cleanup : true
You can’t perform that action at this time.
0 commit comments