From 474ab1ac17bcbf802e393d1add18d2c91b7a105d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 27 Mar 2014 11:32:04 +0100 Subject: [PATCH] Use hardcoded port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0819a0655c..6805c4e3e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,10 +39,10 @@ before_script: if [[ ! -z "$SELENIUM" ]] ; then - php --server 127.0.0.1:$TRAVIS_BUILD_NUMBER & + php --server 127.0.0.1:8000 & wget https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip ; unzip BrowserStackLocal-linux-x64.zip ; - ./BrowserStackLocal -onlyAutomate "$TESTSUITE_BROWSERSTACK_KEY" 127.0.0.1,$TRAVIS_BUILD_NUMBER,0 & + ./BrowserStackLocal -onlyAutomate "$TESTSUITE_BROWSERSTACK_KEY" 127.0.0.1,8000,0 & fi ; fi