Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
[TASK] Reintroduce phplint checks in Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Claus Due committed May 21, 2013
1 parent bab5456 commit 0b09084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ before_script:
- if [[ "$DB" == "mysql" ]]; then mysql -uroot typo3_test < build-environment/dbimport/phpunit.sql; fi

script:
- find $PWD/typo3conf/ext/vhs -name *.php -exec phpLint {} --fails-on-warning --report-unused \;
- php $PWD/typo3/cli_dispatch.phpsh phpunit -c phpunit.xml

0 comments on commit 0b09084

Please sign in to comment.