From ab6623d6fb21583b5cb401cf798ebd75d71abb71 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 3 Oct 2014 06:10:45 -0400 Subject: [PATCH] Trying to debug hhvm Added php -i to see where the php.ini file lives, the one I read about on Github doesn't allow me to write to it. --- tests/travis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/travis.sh b/tests/travis.sh index 89a9a52..e8e0790 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -1,5 +1,7 @@ #!/bin/sh +php -i + VERSION=`phpenv version-name` if [ "${VERSION}" = 'hhvm' ]