friendica/.travis.yml
Tobias Diekershoff 125f0df473 travix indentation
2018-04-23 07:42:48 +02:00

11 lines
119 B
YAML

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