1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/vendor/sabre/vobject/.travis.yml
2015-08-23 16:38:18 -04: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