Skip to content

Commit ecc048d

Browse files
authored
Merge pull request #159 from eileenmcnaughton/travis
Fix travis issue (PHP 7.3 and xdebug)
2 parents 49f5dec + 4936121 commit ecc048d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ php:
99

1010
before_script:
1111
- composer install -n --dev --prefer-source
12+
- export XDEBUG_MODE=coverage
1213

1314
script:
1415
- vendor/bin/phpcs --standard=PSR2 src

0 commit comments

Comments
 (0)