Merge pull request #4901 from tobiasd/20180422-travis

check more PHP version
This commit is contained in:
Hypolite Petovan
2018-04-22 11:17:06 -04:00
committed by GitHub

View File

@@ -1,4 +1,10 @@
---
language: php
php: 5.6
## Friendica supports PHP version >= 5.6
php:
- 5.6
- 7.0
- 7.1
- 7.2
install: composer install