From a002102c2fca598ea07fd33aa25ea5caf8878af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 1 Apr 2014 17:01:31 +0200 Subject: [PATCH] Debug phpenv paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f87fd94b7..16119ab95a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_script: phpenv config-add test/travis.php.ini ; pear channel-discover pear.phpunit.de ; - pear install phpunit/PHPUnit_Selenium ; + pear install -v phpunit/PHPUnit_Selenium ; composer install --dev --no-interaction ; @@ -43,7 +43,7 @@ before_script: if [[ ! -z "$SELENIUM" ]] ; then - find ~/.phpenv/versions ; + find ~/.phpenv ; ln -s ~/.phpenv/versions/$(phpenv version-name)/usr/share/php/PHPUnit/Extensions/SeleniumCommon/phpunit_coverage.php . ;