Skip to content

Commit eea5a62

Browse files
jbcrdamonsson
authored andcommitted
update travis config
1 parent 9ba5914 commit eea5a62

3 files changed

Lines changed: 6 additions & 17 deletions

File tree

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ sudo: false
66

77
matrix:
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

1515
addons:
1616
chrome: stable
1717

1818
services:
1919
- mysql
2020

21-
addons:
22-
chrome: stable
23-
2421
cache:
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"

tests/Application/config/packages/security_checker.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/Responses/Expected/show_sitemap_pages.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)