Skip to content

Commit

Permalink
Merge 2.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Nov 6, 2019
2 parents deb22c0 + 38822b3 commit 6add31d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Expand Up @@ -37,6 +37,7 @@ $rules = [
'@PHP56Migration' => true,
'@PHP56Migration:risky' => true,
'@PHPUnit57Migration:risky' => true,
'single_line_throw' => false,
'@PHP70Migration' => true,
'@PHP70Migration:risky' => true,
'@PHPUnit60Migration:risky' => true,
Expand Down
20 changes: 11 additions & 9 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ language: php
php:
- '7.2'
- '7.3'
- '7.4snapshot'
- nightly

dist: xenial
Expand All @@ -37,27 +38,28 @@ env:
matrix:
fast_finish: true
include:
- php: '7.3'
- php: '7.4snapshot'
env: TARGET=docs
- php: '7.3'
- php: '7.4snapshot'
env: TARGET=lint
- php: '7.2'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '7.3'
- php: '7.4snapshot'
env: SYMFONY=3.4.*
- php: '7.3'
- php: '7.4snapshot'
env: SYMFONY='dev-master as 3.4.x-dev'
- php: '7.3'
- php: '7.4snapshot'
env: SONATA_BLOCK=3.*
- php: '7.3'
- php: '7.4snapshot'
env: SONATA_BLOCK='dev-master as 3.x-dev'
- php: '7.3'
- php: '7.4snapshot'
env: SONATA_ADMIN=3.*
- php: '7.3'
- php: '7.4snapshot'
env: SONATA_ADMIN='dev-master as 3.x-dev'
- php: '7.3'
- php: '7.4snapshot'
env: SYMFONY_DEPRECATIONS_HELPER=0
allow_failures:
- php: 7.4snapshot
- php: nightly
- env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SYMFONY='dev-master as 3.4.x-dev'
Expand Down
6 changes: 0 additions & 6 deletions .travis/install_test.sh
Expand Up @@ -10,10 +10,4 @@ chmod u+x "${HOME}/bin/phpunit"
wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar --output-document="${HOME}/bin/coveralls"
chmod u+x "${HOME}/bin/coveralls"

# To be removed when these issues are resolved:
# https://github.com/composer/composer/issues/5355
if [ "${COMPOSER_FLAGS}" = '--prefer-lowest' ]; then
composer update --prefer-dist --no-interaction --prefer-stable --quiet
fi

composer update --prefer-dist --no-interaction --prefer-stable ${COMPOSER_FLAGS}
1 change: 0 additions & 1 deletion src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php
Expand Up @@ -103,7 +103,6 @@ protected function getContext()
/**
* Initialize breadcrumb menu.
*
*
* @return ItemInterface
*/
protected function getRootMenu(BlockContextInterface $blockContext)
Expand Down
1 change: 0 additions & 1 deletion src/DependencyInjection/SonataSeoExtension.php
Expand Up @@ -113,7 +113,6 @@ protected function configureSitemap(array $config, ContainerBuilder $container):
/**
* Fix the sitemap configuration.
*
*
* @return array
*/
protected function fixConfiguration(array $config)
Expand Down

0 comments on commit 6add31d

Please sign in to comment.