From d7a66ca15e920bd700802574844e54c5fbb10052 Mon Sep 17 00:00:00 2001 From: Gabriel Bull Date: Sun, 23 Mar 2014 13:00:16 -0400 Subject: [PATCH] Removed CodeSniffer from travis because we are not passing it --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8062bbf..5feca77d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ before_script: - composer install --prefer-source - composer selfupdate --quiet ## PHP_CodeSniffer - - pyrus install pear/PHP_CodeSniffer - - phpenv rehash + #- pyrus install pear/PHP_CodeSniffer + #- phpenv rehash ## PHP Copy/Paste Detector #- curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar ## PHP Mess Detector @@ -37,8 +37,8 @@ before_script: script: ## PHP_CodeSniffer - - phpcs --standard=PSR1 -n src/ - - phpcs --standard=PSR2 -n src/ + #- phpcs --standard=PSR1 -n src/ + #- phpcs --standard=PSR2 -n src/ ## PHP Copy/Paste Detector #- php phpcpd.phar --verbose src/ ## PHP Mess Detector