Skip to content

Commit 775e23f

Browse files
committed
Try fix Travis CI problem by disabling xdebug
1 parent f6d28fb commit 775e23f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ before_install:
1010
- curl -s https://getcomposer.org/installer | php
1111
- php composer.phar install --prefer-source --no-interaction
1212

13+
before_script:
14+
- phpenv config-rm xdebug.ini
15+
1316
script:
1417
- phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml
1518
- php vendor/bin/phpcpd --exclude tests --exclude vendor .

0 commit comments

Comments
 (0)