language: php notifications: email: on_success: never on_failure: change branches: only: - master - develop php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 before_script: - composer update - composer global require wp-coding-standards/wpcs - phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs script: - phpcs --standard=phpcs.ruleset.xml $(find . -name '*.php') - phpunit