0b02a6d12
8d4744d11
1 2 3 4 5
6
7
8 9 10 11 12 13 14
language: php php: - 5.4 - 5.5 - 5.6 - 7 - 7.1 script: - ./bin/phpunit --configuration tests/phpunit.xml.dist - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff before_script: composer install --dev