From 37b5f740ab857197934ca58e16cec8be70475864 Mon Sep 17 00:00:00 2001 From: Thierry Goettelmann Date: Thu, 6 Aug 2015 15:39:34 +0200 Subject: [PATCH] Remove Php 5.4 from travis since Guzzle 6.0 require Php >=5.5 Signed-off-by: Thierry Goettelmann --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2724a06..ad1846f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ php: - hhvm - 5.6 - 5.5 - - 5.4 before_script: - composer self-update