Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ install:
- make

script:
- cp docker-compose.yml.dist docker-compose.yml
- make start
- make composer install
- make console security:check
- make console doctrine:schema:create
- make test
- docker-compose run --rm app /usr/bin/php vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run --using-cache=no --path-mode=intersection `git diff --name-only --diff-filter=ACMRTUXB $TRAVIS_COMMIT_RANGE`
- docker-compose exec app /usr/bin/php vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run --using-cache=no --path-mode=intersection `git diff --name-only --diff-filter=ACMRTUXB $TRAVIS_COMMIT_RANGE`

notifications:
email: false
2 changes: 1 addition & 1 deletion app/Resources/views/default/configuration.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% endblock %}

{% block javascripts %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.1.4/vue.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.4.2/vue.min.js"></script>

<script type="text/x-template" id="actionForm-template">
{% verbatim %}
Expand Down

0 comments on commit 13ee26d

Please sign in to comment.