Added some debugging commands

Trying to figure out where I should be echoing the zend_extension line. On my
local system I slapped it to the bottom of the xdebug conf.d file. Unsure if
that directory and/or file even exist.
This commit is contained in:
Joshua Sherman 2014-01-12 16:35:20 -05:00
parent 796a86f969
commit 8bbf39089f

View file

@ -9,6 +9,8 @@ matrix:
- php: hhvm - php: hhvm
install: install:
- ls -al /etc/
- cat /etc/php.ini
- composer install - composer install
- cd vendors/php-test-helpers - cd vendors/php-test-helpers
- phpize - phpize
@ -16,6 +18,7 @@ install:
- make - make
- sudo make install - sudo make install
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- cat /etc/php.ini
- cd ../../ - cd ../../
script: script: