No need to install coveralls for hhvm

It does not work with it anyway.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-26 16:19:16 +01:00
parent c3633bef2f
commit d4e34e76bb

View File

@ -33,9 +33,10 @@ before_script:
pear channel-discover pear.phpunit.de ;
pear install phpunit/PHPUnit_Selenium ;
fi ;
composer install --dev --no-interaction ;
fi ;
if [[ ! -z "$SELENIUM" ]] ; then
php --server 127.0.0.1:$TRAVIS_BUILD_NUMBER &