File tree Expand file tree Collapse file tree
Application/config/packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,21 +6,18 @@ sudo: false
66
77matrix :
88 include :
9- # Sylius 1.8
9+ # Sylius 1.9
1010 -
1111 php : 7.3
1212 env :
13- - DEPENDENCY_VERSIONS="sylius/sylius:1.8 .*"
13+ - DEPENDENCY_VERSIONS="sylius/sylius:1.9 .*"
1414
1515addons :
1616 chrome : stable
1717
1818services :
1919 - mysql
2020
21- addons :
22- chrome : stable
23-
2421cache :
2522 yarn : true
2623 directories :
@@ -50,6 +47,7 @@ before_script:
5047 - (cd tests/Application && bin/console ckeditor:install --clear=drop -vvv)
5148 - (cd tests/Application && bin/console assets:install public -vvv)
5249 - (cd tests/Application && bin/console cache:warmup -vvv)
50+ - (cd tests/Application && bin/console sylius:sitemap:generate -vvv)
5351 - (cd tests/Application && yarn build)
5452
5553 # Configure display
@@ -88,5 +86,5 @@ script:
8886 - vendor/bin/phpspec run
8987 - vendor/bin/behat --strict -vvv --no-interaction --tags '~@unstable' || vendor/bin/behat --strict -vvv --no-interaction --rerun --tags '~@unstable'
9088
91- after_failure :
92- - vendor/lakion/mink-debug-extension/travis/tools/upload-textfiles "${SYLIUS_BUILD_DIR}/*.log"
89+ # after_failure:
90+ # - vendor/lakion/mink-debug-extension/travis/tools/upload-textfiles "${SYLIUS_BUILD_DIR}/*.log"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
2+ <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" xmlns : image = " http://www.google.com/schemas/sitemap-image/1.1 " xmlns : xhtml = " http://www.w3.org/1999/xhtml " >
33 <url >
44 <loc >http://localhost/en_US/page/test</loc >
55 <lastmod >@string@.isDateTime()</lastmod >
You can’t perform that action at this time.
0 commit comments