From 01e0d5f0ab00abeb4aaedb3704f7a1b29480c6c0 Mon Sep 17 00:00:00 2001 From: rbo Date: Thu, 17 Jan 2019 13:21:28 +0000 Subject: [PATCH] attempt at fixing php7.1 tests --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42f8414..7bae0fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: php php: - - 5.6 - - 7.0 - - 7.1 + - 7.1.18 - 7.2 - - hhvm + - 7.3 + addons: code_climate: