We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d44f9 commit 6a08a12Copy full SHA for 6a08a12
.travis.yml
@@ -26,4 +26,5 @@ script:
26
- ./vendor/bin/phpunit
27
- ./vendor/bin/php-cs-fixer fix --diff --dry-run -v
28
- ./bin/console lint:yaml app/config
29
- - ./bin/console lint:twig app/Resources/views
+ - ./bin/console lint:yaml src/CodeExplorerBundle/Resources/config
30
+ - ./bin/console lint:twig app/Resources/views src/CodeExplorerBundle/Resources/views
0 commit comments