From 107a9e50e379169096a38087c285c2071cb41656 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 22 Aug 2016 13:01:12 +0200 Subject: [PATCH] [travis] Use 7.0 until 7.1 is fixed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 427992b88c..f7fbaa300c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ matrix: - php: 5.6 - php: 7.0 env: deps=high - - php: 7.1 + - php: 7.0 env: deps=low fast_finish: true