From 630b9b98d18f2d1c4202fe356d25c36132cddac8 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Tue, 10 Jan 2017 15:06:34 -0800 Subject: [PATCH] drop 5.6 from travis because it confused the deploy --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c2854a..cad328a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - 5.5 -- 5.6 sudo: false before_script: - composer self-update