Skip to content

Commit

Permalink
feature #485 [RFC] Run lint commands on TravisCI (bocharsky-bw, javie…
Browse files Browse the repository at this point in the history
…reguiluz)

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
  • Loading branch information
javiereguiluz committed Feb 22, 2017
2 parents 05921be + cb6c5c8 commit 9b486d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -25,3 +25,6 @@ install:
script:
- ./vendor/bin/phpunit
- ./vendor/bin/php-cs-fixer fix --diff --dry-run -v
- ./bin/console lint:yaml app/config
- ./bin/console lint:yaml @CodeExplorerBundle
- ./bin/console lint:twig app/Resources @CodeExplorerBundle

0 comments on commit 9b486d1

Please sign in to comment.