streams/vendor/sabre/vobject/.travis.yml
Klaus Weidenbach ea19971285 ⬆️Update Sabre libraries.
2017-06-01 00:08:40 +02:00

20 lines
293 B
YAML

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