streams/vendor/sabre/vobject/.travis.yml
Thomas Willingham cdc8454cf1 Update sabre
2014-04-12 18:13:37 +01:00

17 lines
216 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.5.9
- 5.5.10
- 5.6
matrix:
allow_failures:
- php: 5.5.10
- php: 5.6
script: phpunit --configuration tests/phpunit.xml
before_script: composer install