Skip to content

Commit db8572e

Browse files
committed
added PHP_ENABLE_XDEBUG test
1 parent 640ecd1 commit db8572e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ script:
5555
- docker-compose build --build-arg X_LEGACY_GD_LIB=$X_LEGACY_GD_LIB
5656
- echo "travis_fold:end:BUILD folding ends"
5757
- docker-compose run --rm php php -v
58+
- docker-compose run --rm -e PHP_ENABLE_XDEBUG=1 php php -v
5859
- docker-compose run --rm php php /tests/requirements.php
5960
- docker-compose run --rm -w /yii2 php composer install --prefer-dist
6061
- docker-compose run --rm -w /yii2 php php -d error_reporting="E_ALL ^ E_DEPRECATED" vendor/bin/phpunit tests/framework/ --exclude db

0 commit comments

Comments
 (0)