From 8bbf39089f3076d1d36c29afd0dcb312cca7db68 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sun, 12 Jan 2014 16:35:20 -0500 Subject: [PATCH] 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. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 269fd31..3a0c2b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ matrix: - php: hhvm install: + - ls -al /etc/ + - cat /etc/php.ini - composer install - cd vendors/php-test-helpers - phpize @@ -16,6 +18,7 @@ install: - make - sudo make install - echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini + - cat /etc/php.ini - cd ../../ script: