Debug phpenv paths
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
3ac957267e
commit
a002102c2f
@ -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 . ;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user