blob: f7d1a065799a57b149e71945d30958a24abe6930 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- 7
script:
- ./bin/phpunit --configuration tests/phpunit.xml.dist
- ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
before_script: composer install --dev
|