From 7f55065d71f4cb7ee8bc0be32825bd5f3e50f24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 27 Mar 2014 12:04:37 +0100 Subject: [PATCH] Use correct port for testing 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 55bbe529f4..cbd3efb315 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ before_script: script: - ant locales - if [[ -z "$LINT" ]] ; then - export TESTSUITE_URL="http://127.0.0.1:$TRAVIS_BUILD_NUMBER" ; + export TESTSUITE_URL="http://127.0.0.1:8000" ; if [[ $TRAVIS_PHP_VERSION == "hhvm" ]] ; then ant phpunit-hhvm ; else