Renamed the file to echo out to

This commit is contained in:
Joshua Sherman 2014-01-12 16:51:35 -05:00
parent 19566bbf5b
commit 482e4733ed

View file

@ -9,14 +9,15 @@ matrix:
- php: hhvm
install:
- ls -al ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- 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/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 ../../
before_script: