diff --git a/.travis.yml b/.travis.yml index d7bfbd9..43f59f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,5 @@ before_script: # - scripts/phpcs --config-set installed_paths ../kohana-coding-standards script: - find application -name "*.php" -print0 | xargs -0 -n1 -P8 php -l | grep -v '^No syntax errors detected' ; test $? -eq 1 - - vendor/bin/phpunit -c application/tests + # - vendor/bin/phpunit -c application/tests # - php-codesniffer/scripts/phpcs -p -s -v -n --standard=Kohana --extensions=php application