diff --git a/tests/bin/before_script.sh b/tests/bin/before_script.sh index 0c5dacd..b1b300a 100644 --- a/tests/bin/before_script.sh +++ b/tests/bin/before_script.sh @@ -15,6 +15,7 @@ if [ -z $BRANCH ]; then cp tests-legacy/parameters.yml.travis app/config/parameters.yml fi + (php -S localhost:80 &) 2> /dev/null > /dev/null bash travis-scripts/install-prestashop else bash travis-scripts/install-prestashop.sh