From d4e34e76bbcb0c9f884c8723a60e72437adaacbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Mar 2014 16:19:16 +0100 Subject: [PATCH] No need to install coveralls for hhvm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It does not work with it anyway. Signed-off-by: Michal Čihař --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a33ce91a4..7d85949f07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &