Renamed the file to echo out to
This commit is contained in:
parent
19566bbf5b
commit
482e4733ed
1 changed files with 3 additions and 2 deletions
|
@ -9,14 +9,15 @@ matrix:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/
|
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||||
- composer install
|
- composer install
|
||||||
- cd vendors/php-test-helpers
|
- cd vendors/php-test-helpers
|
||||||
- phpize
|
- phpize
|
||||||
- ./configure --enable-test-helpers
|
- ./configure --enable-test-helpers
|
||||||
- make
|
- make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/ext-xdebug.ini
|
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||||
|
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||||
- cd ../../
|
- cd ../../
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue