From ad0ea00dda935768f6800c31836a4cd3bf1c4792 Mon Sep 17 00:00:00 2001 From: andypieters Date: Fri, 21 Jun 2019 16:33:13 +0200 Subject: [PATCH] Removed tests for PHP 5.4 and 5.5, travis doesn't support those anymore --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e8ba8d83..8eac8778 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,6 @@ branches: matrix: include: - - php: 5.4 - - php: 5.5 - php: 5.6 - php: 7 - php: 7.1