From: K Rahul Reddy Date: Sun, 14 Jun 2020 13:00:01 +0000 (+0530) Subject: Added setup-website to travis.yml X-Git-Tag: v3.6.0~118^2~3 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/a175a25e6c0f5b1cec117f10d9f7c258ee5fea62 Added setup-website to travis.yml --- diff --git a/.travis.yml b/.travis.yml index da6dd3a5..578bdd61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ script: - if [[ $TEST_SUITE == "tests" ]]; then phpcs --report-width=120 . ; fi - cd $TRAVIS_BUILD_DIR/test/php - if [[ $TEST_SUITE == "tests" ]]; then /usr/bin/phpunit ./ ; fi + - cd $TRAVIS_BUILD_DIR/build + - /usr/bin/env php ./utils/setup.php --setup-website - cd $TRAVIS_BUILD_DIR/test/bdd - # behave --format=progress3 api - if [[ $TEST_SUITE == "tests" ]]; then behave -DREMOVE_TEMPLATE=1 --format=progress3 db ; fi