1language: php 2php: 3 - 5.4 4 - 5.5 5 - 5.6 6 - hhvm 7 - 7 8 9matrix: 10 fast_finish: true 11 allow_failures: 12 - php: 7 13 14script: 15 - ./bin/phpunit --configuration tests/phpunit.xml.dist 16 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff 17 18before_script: composer install --dev 19 20notifications: 21 slack: 22 rooms: 23 secure: LVmBXAz0TKdB8dsB9Rt+M5+KnpStxEbOKuNVHN/lYOYmnB5CNogc/TDUKIFe5OUHAjGbn3xUy+tgBIME/RZLPAC6aAKpw0BPbGXYeagYlDBj9HUR9sUDrwV+l/75e4QWZPrUwS1dIa4ePirosIlYZwlwfGzEz8SgVY2x7BZFBEs= 24 on_success: change 25 on_failure: change 26