X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/22d0c6b5e16ad21c4a16e823ce6524a63b219d0d..f8e1d392085fe5319dce03957874d9efddd9fc54:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 08aa9eb4..4461add9 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