From eb7d49610bd7e50bb819ed0237056bc0d67f97e3 Mon Sep 17 00:00:00 2001 From: Jeroen Desloovere Date: Mon, 30 May 2016 14:00:19 +0200 Subject: [PATCH] Removed non-existing php version 5.7 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f206683..0c3f61f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ php: - 5.4 - 5.5 - 5.6 - - 5.7 - hhvm sudo: false