Merge pull request #4901 from tobiasd/20180422-travis
check more PHP version
This commit is contained in:
commit
6b9706c558
|
@ -1,4 +1,10 @@
|
||||||
---
|
---
|
||||||
language: php
|
language: php
|
||||||
php: 5.6
|
## Friendica supports PHP version >= 5.6
|
||||||
|
php:
|
||||||
|
- 5.6
|
||||||
|
- 7.0
|
||||||
|
- 7.1
|
||||||
|
- 7.2
|
||||||
|
|
||||||
install: composer install
|
install: composer install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user