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
commit 6b9706c558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

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