mirror of
https://github.com/friendica/friendica
synced 2024-11-10 17:02:53 +00:00
17 lines
176 B
YAML
17 lines
176 B
YAML
language: php
|
|
php:
|
|
- "5.2"
|
|
- "5.3"
|
|
- "5.4"
|
|
- "5.5"
|
|
- "5.6"
|
|
|
|
branches:
|
|
only:
|
|
- devel
|
|
|
|
script:
|
|
- phpunit -v -c tests/phpunit.xml
|
|
|
|
notifications:
|
|
email: false
|