forked from friendica/friendica-addons
9 lines
119 B
YAML
9 lines
119 B
YAML
|
language: php
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
|
||
|
script: phpunit --configuration tests/phpunit.xml
|
||
|
|
||
|
before_script: composer install
|