From df7a06315f3d7dc42afa3c995bee4aa2af917769 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 5 Feb 2020 19:15:43 +0100 Subject: [PATCH] drop php 5.5 tests, allowing us to use current ubuntu bionic based environment and adding php 7.4 incl. GD library --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3fd73f2..1bd181c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ language: php sudo: false -# only needed for PHP 5.5 support as of 2019-07 -dist: trusty php: - - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' + - '7.4' # as this is a php project, node.js (for JS unit testing) isn't installed install: