File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,13 @@ matrix:
16
16
- php : 7.1
17
17
name : " Coding standard check"
18
18
script : vendor/bin/phpcs
19
+ before_install : phpenv config-rm xdebug.ini
20
+ after_success : skip
19
21
- php : 7.1
20
22
name : " PHPStan"
21
23
script : vendor/bin/phpstan analyze
24
+ before_install : phpenv config-rm xdebug.ini
25
+ after_success : skip
22
26
- php : 7.1
23
27
name : " phpmyadmin/motranslator"
24
28
install :
@@ -28,6 +32,8 @@ matrix:
28
32
- bash <(curl -s https://codecov.io/bash) -F motranslator
29
33
- php : 7.2
30
34
name : " API docs"
35
+ before_install : phpenv config-rm xdebug.ini
36
+ after_success : skip
31
37
install :
32
38
- composer global require "sami/sami:^4.0"
33
39
- composer install --no-interaction
@@ -38,6 +44,8 @@ matrix:
38
44
- composer install --no-interaction --ignore-platform-reqs
39
45
- php : 7.4
40
46
name : " Backward compatibility check"
47
+ before_install : phpenv config-rm xdebug.ini
48
+ after_success : skip
41
49
install :
42
50
- composer require --dev roave/backward-compatibility-check
43
51
- composer install --no-interaction
You can’t perform that action at this time.
0 commit comments