streams/vendor/sabre/vobject/.travis.yml

21 lines
269 B
YAML
Raw Normal View History

language: php
php:
- 5.5
2014-04-12 17:13:37 +00:00
- 5.6
2017-03-16 00:42:06 +00:00
- 7.0
- 7.1
- 7.2
sudo: false
2014-04-12 17:13:37 +00:00
script:
- ./bin/phpunit --configuration tests/phpunit.xml
- ./bin/sabre-cs-fixer fix . --dry-run --diff
before_script:
- composer install
cache:
directories:
- $HOME/.composer/cache