Skip to content

Commit 6a08a12

Browse files
committed
Also lint Yaml and Twig files in CodeExplorerBundle
1 parent 10d44f9 commit 6a08a12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ script:
2626
- ./vendor/bin/phpunit
2727
- ./vendor/bin/php-cs-fixer fix --diff --dry-run -v
2828
- ./bin/console lint:yaml app/config
29-
- ./bin/console lint:twig app/Resources/views
29+
- ./bin/console lint:yaml src/CodeExplorerBundle/Resources/config
30+
- ./bin/console lint:twig app/Resources/views src/CodeExplorerBundle/Resources/views

0 commit comments

Comments
 (0)