Skip to content

Commit 9b486d1

Browse files
committed
feature #485 [RFC] Run lint commands on TravisCI (bocharsky-bw, javiereguiluz)
This PR was merged into the master branch. Discussion ---------- [RFC] Run lint commands on TravisCI Commits ------- cb6c5c8 Make the linted resources less restrictive (to lint TwigBundle templates too) c010b76 Used the bundle notation 6a08a12 Also lint Yaml and Twig files in CodeExplorerBundle 10d44f9 Remove lint:xliff command from TravisCI a267189 Revert "Upgrade Symfony to dev-master" 0fa6847 Run lint commands on TravisCI f2b5581 Upgrade Symfony to dev-master
2 parents 05921be + cb6c5c8 commit 9b486d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ install:
2525
script:
2626
- ./vendor/bin/phpunit
2727
- ./vendor/bin/php-cs-fixer fix --diff --dry-run -v
28+
- ./bin/console lint:yaml app/config
29+
- ./bin/console lint:yaml @CodeExplorerBundle
30+
- ./bin/console lint:twig app/Resources @CodeExplorerBundle

0 commit comments

Comments
 (0)