Skip to content

Commit d08a667

Browse files
committed
Disable xdebug and codecov on steps not reporting coverage
Signed-off-by: William Desportes <[email protected]>
1 parent 5fe8a8d commit d08a667

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ matrix:
1616
- php: 7.1
1717
name: "Coding standard check"
1818
script: vendor/bin/phpcs
19+
before_install: phpenv config-rm xdebug.ini
20+
after_success: skip
1921
- php: 7.1
2022
name: "PHPStan"
2123
script: vendor/bin/phpstan analyze
24+
before_install: phpenv config-rm xdebug.ini
25+
after_success: skip
2226
- php: 7.1
2327
name: "phpmyadmin/motranslator"
2428
install:
@@ -28,6 +32,8 @@ matrix:
2832
- bash <(curl -s https://codecov.io/bash) -F motranslator
2933
- php: 7.2
3034
name: "API docs"
35+
before_install: phpenv config-rm xdebug.ini
36+
after_success: skip
3137
install:
3238
- composer global require "sami/sami:^4.0"
3339
- composer install --no-interaction
@@ -38,6 +44,8 @@ matrix:
3844
- composer install --no-interaction --ignore-platform-reqs
3945
- php: 7.4
4046
name: "Backward compatibility check"
47+
before_install: phpenv config-rm xdebug.ini
48+
after_success: skip
4149
install:
4250
- composer require --dev roave/backward-compatibility-check
4351
- composer install --no-interaction

0 commit comments

Comments
 (0)