From: Tobias Diekershoff Date: Sun, 22 Apr 2018 12:56:59 +0000 (+0200) Subject: check more PHP version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34a24711a364c2e4b821393878d88992e5fc74a3;p=friendica.git check more PHP version --- diff --git a/.travis.yml b/.travis.yml index d3fffc6936..fe436c5ddd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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