From 59dc16849c2761b58262bf175ee9af5427e71422 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 8 Dec 2016 22:41:45 +0000 Subject: [PATCH] Force latest version of php 7.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd8b5a36..9b6b6f3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ env: - setup=basic php: - - 7.0 + - 7.0.14 # trusty comes with 7.0.7 by default which segfaults with phpdbg - 7.1 - nightly matrix: