From b31867ece33877a2f576740f9a52c4006b77323d Mon Sep 17 00:00:00 2001
From: David Alger <david@classyllama.com>
Date: Mon, 23 May 2016 09:38:47 -0500
Subject: [PATCH] Dropped PHP 5.5 builds from Travis

TB for 2.1RC1 states PHP 5.5. is no longer supported, so it should be removed from the builds.
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2d32fc288d8..becf280a3a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ addons:
     - postfix
 language: php
 php:
-  - 5.5
   - 5.6
   - 7.0
 env:
@@ -26,8 +25,6 @@ cache:
   directories: $HOME/.composer/cache
 matrix:
   exclude:
-    - php: 5.6
-      env: TEST_SUITE=static
     - php: 7.0
       env: TEST_SUITE=static
 before_install: ./dev/travis/before_install.sh
-- 
GitLab