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:
parent
796a86f969
commit
8bbf39089f
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue