From 482e4733ede032343a3bc7c92b0e3e4b03cfd6cd Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sun, 12 Jan 2014 16:51:35 -0500 Subject: [PATCH] Renamed the file to echo out to --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59f39cf..1596254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: