Use correct port for testing

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-27 12:04:37 +01:00
parent 6fa5736a23
commit 7f55065d71

View File

@ -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