Skip to content

Commit c010b76

Browse files
Used the bundle notation
1 parent 6a08a12 commit c010b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +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:yaml src/CodeExplorerBundle/Resources/config
30-
- ./bin/console lint:twig app/Resources/views src/CodeExplorerBundle/Resources/views
29+
- ./bin/console lint:yaml @CodeExplorerBundle
30+
- ./bin/console lint:twig app/Resources/views @CodeExplorerBundle

0 commit comments

Comments
 (0)