mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 17:11:05 +00:00
8 lines
119 B
YAML
8 lines
119 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
|
|
script: phpunit --configuration tests/phpunit.xml
|
|
|
|
before_script: composer install
|