Skip to content

Commit

Permalink
Used the bundle notation
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Feb 22, 2017
1 parent 6a08a12 commit c010b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +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:yaml src/CodeExplorerBundle/Resources/config
- ./bin/console lint:twig app/Resources/views src/CodeExplorerBundle/Resources/views
- ./bin/console lint:yaml @CodeExplorerBundle
- ./bin/console lint:twig app/Resources/views @CodeExplorerBundle

0 comments on commit c010b76

Please sign in to comment.