File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1212env :
1313 global :
1414 - DEFAULT_COMPOSER_FLAGS="--optimize-autoloader --no-interaction --no-progress"
15- - COLLECT_COVERAGE=0
1615 - COMPOSER_FLAGS=""
1716
1817before_install :
@@ -94,23 +93,18 @@ jobs:
9493 << : *STANDARD_TEST_JOB
9594 stage : Test
9695 php : 7.3
96+ name : 7.3 | With migration rules
9797 before_script :
9898 - php php-cs-fixer fix --rules @PHP71Migration,@PHP71Migration:risky,blank_line_after_opening_tag -q || travis_terminate 1
9999
100100 -
101101 << : *STANDARD_TEST_JOB
102102 stage : Test
103103 php : 7.3
104- env : COLLECT_COVERAGE=1
104+ name : 7.3 | Collect coverage
105105 before_install :
106- # check phpdbg
107- - phpdbg --version 2> /dev/null || { echo 'No phpdbg'; export COLLECT_COVERAGE=0; }
108-
109106 # for building a tag release we don't need to collect code coverage
110- - if [ $TRAVIS_TAG ]; then export COLLECT_COVERAGE=0; fi
111-
112- # terminate job when no coverage collecting shall be performed
113- - if [ $COLLECT_COVERAGE == 0 ]; then travis_terminate 0; fi
107+ - if [ $TRAVIS_TAG ]; then travis_terminate 0; fi
114108
115109 # # regular `before_install`
116110 # turn off XDebug
You can’t perform that action at this time.
0 commit comments