blob: 19a61a2c8679bede1fb2bd2234db790ea7aafe98 (
plain) (
tree)
|
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
matrix:
fast_finish: true
sudo: false
cache: vendor
script:
- ./bin/phpunit --configuration tests/phpunit.xml.dist
- ./bin/sabre-cs-fixer fix . --dry-run --diff
before_script: composer install
|