Dropped php.ini still debugging location

This commit is contained in:
Joshua Sherman 2014-01-12 16:48:45 -05:00
parent 45e80af300
commit 19566bbf5b
2 changed files with 2 additions and 4 deletions

View file

@ -9,18 +9,17 @@ matrix:
- php: hhvm
install:
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/
- composer install
- cd vendors/php-test-helpers
- phpize
- ./configure --enable-test-helpers
- make
- 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/conf.d/ext-xdebug.ini
- cd ../../
before_script:
- phpenv config-add php.ini
- mkdir -p vendors/build/logs
script: