blob: 75c8270df219a2d1fcec129eebd48628d352731a (
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
- 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
|