Blame | Last modification | View Log | RSS feed
language: phpbranches:only: [master]sudo: falsephp:- 5.4- 5.5- 5.6- 7.0- hhvmenv:- COMPOSER_CMD="composer install"- COMPOSER_CMD="composer update --prefer-lowest"matrix:include:- php: "7.0"env: RUN_CS_FIXER=true COMPOSER_CMD="composer install"before_script:- $(echo $COMPOSER_CMD)script:- if [ "${RUN_CS_FIXER}" = "true" ]; thenvendor/bin/php-cs-fixer fix --dry-run --diff --config-file=.php_cs .;elsevendor/bin/phpunit;fi