From 41136e53ccbb3ff3524481b9b129dcc2dff90d2d Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Tue, 22 Jan 2019 22:02:35 -0500
Subject: [PATCH] [Travis] Update target PHP versions

---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f9f9acff19..c66457325f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,10 @@
 ---
 language: php
-## Friendica supports PHP version >= 5.6.1
+## Friendica officially supports PHP version >= 7.1
 php:
- - 5.6
- - 7.0
  - 7.1
  - 7.2
+ - 7.3
 
 services:
  - mysql