From c3728a88ceeae5e45753b246f0b1901eadde45e7 Mon Sep 17 00:00:00 2001 From: Adam Weingarten Date: Thu, 10 Jan 2019 18:58:26 -0500 Subject: [PATCH] Restricting build to php 7.1. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7446f32..88316a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,9 @@ cache: matrix: include: - - php: 5.5 - - php: 5.6 - - php: 7 + - php: 7.1 allow_failures: - - php: 7 + - php: 7.1 fast_finish: true install: