From: Tobias Diekershoff Date: Mon, 23 Apr 2018 05:42:48 +0000 (+0200) Subject: travix indentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=125f0df4730a044b739497a483d27b528d4131f9;p=friendica.git travix indentation --- diff --git a/.travis.yml b/.travis.yml index fe436c5ddd..d68b7727e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: php ## Friendica supports PHP version >= 5.6 php: - - 5.6 - - 7.0 - - 7.1 - - 7.2 + - 5.6 + - 7.0 + - 7.1 + - 7.2 install: composer install