Skip to content

Commit 01ff2f6

Browse files
committed
remove xdebug.
1 parent bf7b968 commit 01ff2f6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ end_of_line = crlf
1616
[*.yml]
1717
indent_style = space
1818
indent_size = 2
19+
20+
[*.neon]
21+
indent_style = space
22+
indent_size = 2
23+
24+
[*.md]
25+
indent_style = space

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ matrix:
1818
- php: 7.3
1919
env: CHECKS=1 DEFAULT=0
2020

21+
before_install:
22+
- if [[ ${TRAVIS_PHP_VERSION} != "7.4" ]]; then phpenv config-rm xdebug.ini ; fi
23+
2124
before_script:
2225
- if [[ $PREFER_LOWEST != 1 ]]; then composer install --prefer-source --no-interaction ; fi
2326
- if [[ $PREFER_LOWEST == 1 ]]; then composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable ; fi

tests/phpstan.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
parameters:
2-
autoload_files:
3-
- bootstrap.php
2+
autoload_files:
3+
- bootstrap.php

0 commit comments

Comments
 (0)