Skip to content

Commit 9ac66c1

Browse files
committed
Merge branch '2.15' into 2.16
2 parents 343c2df + 1d0996d commit 9ac66c1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ cache:
1212
env:
1313
global:
1414
- DEFAULT_COMPOSER_FLAGS="--optimize-autoloader --no-interaction --no-progress"
15-
- COLLECT_COVERAGE=0
1615
- COMPOSER_FLAGS=""
1716

1817
before_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

0 commit comments

Comments
 (0)