From 2d10e18671bc35e48a275699c29d20b16a0510ac Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Thu, 28 Dec 2017 10:27:29 -0500 Subject: [PATCH] Removing unsupported PHP versions to make travis happy --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4236430a..586bea4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,6 @@ language: php php: - 7 - 5.6 - - 5.5 - - 5.4 - - 5.3 - hhvm - nightly