Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Dec 27, 2020
1 parent 70030be commit edaaa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ before_install:
&& find "$path_dir_ext" -name xdebug.so \
&& echo "${path_dir_ini}/conf.d/xdebug.ini" \
&& pecl channel-update pecl.php.net \
&& yes | pecl install xdebug-2.9.8 \
&& pecl install -f xdebug-2.9.8 \
&& cat "${path_dir_ini}/conf.d/xdebug.ini" \
&& echo "zend_extension=$(find "$path_dir_ext" -name xdebug.so)" > "${path_dir_ini}/conf.d/xdebug.ini" \
&& echo "xdebug.remote_enable=on" >> "${path_dir_ini}/conf.d/xdebug.ini" \
Expand Down

0 comments on commit edaaa74

Please sign in to comment.