Use correct port for testing
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
6fa5736a23
commit
7f55065d71
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user