Skip to content

Commit

Permalink
fix login embed example file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 7, 2018
1 parent 6c40150 commit 06d856c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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 %}
Expand Down
2 changes: 1 addition & 1 deletion Tests/travis.php.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
memory_limit = 2048M
memory_limit = 4096M
xdebug.max_nesting_level = 2048

0 comments on commit 06d856c

Please sign in to comment.