language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 before_script: - composer install script: - sh -c "if [ '$TRAVIS_PHP_VERSION' != '7.0' ]; then vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs/Joomla --ignore=./*tmpl/* administrator/components/com_patchtester; fi"