From 578dc78624c5dbf9ac0a02a4076d2af5169582f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Mar 2014 14:58:35 +0100 Subject: [PATCH] Missing ; MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0aa0abbe9..ccfb7dec21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ;