Skip to content

Commit d1d08ab

Browse files
committed
Disable xdebug on Travis
1 parent d9b13a2 commit d1d08ab

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
@@ -12,5 +12,6 @@ before_script:
1212
- phpize
1313
- ./configure --enable-scalar-objects
1414
- make
15+
- phpenv config-rm xdebug.ini
1516

1617
script: REPORT_EXIT_STATUS=1 php run-tests.php -p `which php` --show-diff -d extension=`pwd`/modules/scalar_objects.so -q

0 commit comments

Comments
 (0)