From 0b0908403ee3600a8753932274a304b40e6e5757 Mon Sep 17 00:00:00 2001 From: Claus Due Date: Tue, 21 May 2013 22:45:55 +0200 Subject: [PATCH] [TASK] Reintroduce phplint checks in Travis-CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3eb1da64b..1ac63c1fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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