From 9d78208aa75109919de0963f62011cad63e280ef Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 8 Feb 2018 13:45:04 -0500 Subject: [PATCH] remove tests for unsupported php versions --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8fb8394..b0c98d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - '5.4' - - '5.5' - '5.6' - '7.0' - '7.1'