File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,10 @@ end_of_line = crlf
16
16
[* .yml ]
17
17
indent_style = space
18
18
indent_size = 2
19
+
20
+ [* .neon ]
21
+ indent_style = space
22
+ indent_size = 2
23
+
24
+ [* .md ]
25
+ indent_style = space
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ matrix:
18
18
- php : 7.3
19
19
env : CHECKS=1 DEFAULT=0
20
20
21
+ before_install :
22
+ - if [[ ${TRAVIS_PHP_VERSION} != "7.4" ]]; then phpenv config-rm xdebug.ini ; fi
23
+
21
24
before_script :
22
25
- if [[ $PREFER_LOWEST != 1 ]]; then composer install --prefer-source --no-interaction ; fi
23
26
- if [[ $PREFER_LOWEST == 1 ]]; then composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable ; fi
Original file line number Diff line number Diff line change 1
1
parameters :
2
- autoload_files :
3
- - bootstrap.php
2
+ autoload_files :
3
+ - bootstrap.php
You can’t perform that action at this time.
0 commit comments