From a3d81a44992492bcb19f575e984968513eceb384 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 14 Mar 2015 02:01:06 +0530 Subject: [PATCH] Don't hide warnings in phpcs build on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91e2559fc53..93376039fce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ before_script: script: - sh -c "if [ '$PHPCS' != '1' ]; then phpunit; fi" - - sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p -n --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi" + - sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi" notifications: email: false