Remove debugging code
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
c6cc2f70b1
commit
55d521eecd
@ -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 ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user