Missing ;
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
488129992d
commit
578dc78624
@ -28,7 +28,7 @@ before_script:
|
||||
pear install phpunit/PHPUnit_Selenium ;
|
||||
fi ;
|
||||
composer install --dev --no-interaction ;
|
||||
if [[ ! -z "$SELENIUM" ]] then
|
||||
if [[ ! -z "$SELENIUM" ]] ; then
|
||||
php --server 127.0.0.1:$TRAVIS_BUILD_NUMBER &
|
||||
wget https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip ;
|
||||
unzip BrowserStackLocal-linux-x64.zip ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user