diff --git a/.travis.yml b/.travis.yml index f362a0e003..35d6b2b353 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 -v install phpunit/PHPUnit_Selenium ; + pear install phpunit/PHPUnit_Selenium ; composer install --dev --no-interaction ; @@ -43,8 +43,6 @@ before_script: if [[ ! -z "$SELENIUM" ]] ; then - find ~/.phpenv ; - ln -s ~/.phpenv/versions/$(phpenv version-name)/pear/PHPUnit/Extensions/SeleniumCommon/phpunit_coverage.php . ; echo auto_prepend_file = ~/.phpenv/versions/$(phpenv version-name)/pear/PHPUnit/Extensions/SeleniumCommon/prepend.php >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ;