This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/vendor/sabre/vobject/.travis.yml

21 lines
269 B
YAML

language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
sudo: false
script:
- ./bin/phpunit --configuration tests/phpunit.xml
- ./bin/sabre-cs-fixer fix . --dry-run --diff
before_script:
- composer install
cache:
directories:
- $HOME/.composer/cache