]> git.mxchange.org Git - friendica.git/commitdiff
check more PHP version
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 22 Apr 2018 12:56:59 +0000 (14:56 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 22 Apr 2018 12:56:59 +0000 (14:56 +0200)
.travis.yml

index d3fffc6936cb032f0df5b3cbc8b9030fef1eadc0..fe436c5ddda1ff6b5f5ea211b539f1c48c232992 100644 (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