1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 22:28:27 +00:00
friendica-github/.travis.yml
Tobias Diekershoff 125f0df473 travix indentation
2018-04-23 07:42:48 +02:00

10 lines
119 B
YAML

---
language: php
## Friendica supports PHP version >= 5.6
php:
- 5.6
- 7.0
- 7.1
- 7.2
install: composer install