Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sulu/SuluCommunityBundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24bafb10ea49fa53bc22555b12f5f2cd557826fe
Choose a base ref
..
head repository: sulu/SuluCommunityBundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b9966b70027e08bcb4409419ea0dc62bbbb2d7c
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +1 −0 .travis.yml
  2. +1 −1 Resources/views/Login/login-embed.html.twig
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ install:

script:
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
- ./Tests/app/console lint:twig Resources/views --env test
- if [[ $PHPSTAN == 'true' ]]; then ./vendor/bin/phpstan analyse ./ --level 2 -c phpstan.neon ; fi

after_script:
2 changes: 1 addition & 1 deletion Resources/views/Login/login-embed.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{% if maintenanceMode %}
{% if maintenanceMode %}
{# Show nothing in maintenance mode #}
{% else %}
{% if app.user %}