From 253d2fadd2ff9ffcec6c7d63dcf4b6158a93f3d4 Mon Sep 17 00:00:00 2001
From: Stefan Kalscheuer <stefan@stklcode.de>
Date: Tue, 7 Jan 2020 19:26:51 +0100
Subject: [PATCH] use only supported PHP versions + 5.6 for CI builds

---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b6c3e11..79000c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,9 @@
 language: php
-dist: trusty
 php:
-  - '5.5'
   - '5.6'
-  - '7.0'
-  - '7.1'
   - '7.2'
   - '7.3'
+  - '7.4'
 before_script:
   - composer install
 script: