Skip to content

Commit

Permalink
Also lint Yaml and Twig files in CodeExplorerBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Feb 21, 2017
1 parent 10d44f9 commit 6a08a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -26,4 +26,5 @@ script:
- ./vendor/bin/phpunit
- ./vendor/bin/php-cs-fixer fix --diff --dry-run -v
- ./bin/console lint:yaml app/config
- ./bin/console lint:twig app/Resources/views
- ./bin/console lint:yaml src/CodeExplorerBundle/Resources/config
- ./bin/console lint:twig app/Resources/views src/CodeExplorerBundle/Resources/views

0 comments on commit 6a08a12

Please sign in to comment.